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.


Constructor Index

 o AsynchStopper(Controller)
Construct a AsynchStopper object for the given Controller

Method Index

 o deallocate()
Deallocate the Controller on a separate thread and return immediately.
 o stop()
Stop the Controller on a separate thread and return immediately.

Constructors

 o AsynchStopper
 public AsynchStopper(Controller controller)
Construct a AsynchStopper object for the given Controller

Parameters:
controller - the Controller which to stop or deallocate asynchronously

Methods

 o deallocate
 public void deallocate()
Deallocate the Controller on a separate thread and return immediately.

 o stop
 public void stop()
Stop the Controller on a separate thread and return immediately.


All Packages  Class Hierarchy  This Package  Previous  Next  Index