All Packages Class Hierarchy This Package Previous Next Index
Class ejmf.toolkit.util.AsynchStopper
java.lang.Object
|
+----ejmf.toolkit.util.AsynchStopper
- public class AsynchStopper
- extends Object
The AsynchStopper class provides the ability to stop or
deallocate a Controller on a separate thread. Controller.stop
and Controller.deallocate are both synchronous methods.
-
AsynchStopper(Controller)
- Construct a AsynchStopper object for the given Controller
-
deallocate()
- Deallocate the Controller on a separate thread and return
immediately.
-
stop()
- Stop the Controller on a separate thread and return
immediately.
AsynchStopper
public AsynchStopper(Controller controller)
- Construct a AsynchStopper object for the given Controller
- Parameters:
- controller
- the Controller which to stop or deallocate
asynchronously
deallocate
public void deallocate()
- Deallocate the Controller on a separate thread and return
immediately.
stop
public void stop()
- Stop the Controller on a separate thread and return
immediately.
All Packages Class Hierarchy This Package Previous Next Index