Method Summary |
|
abstract public void | deregister(StageWrapperIF stage) Deregister a stage with this thread manager. |
abstract public void | enqueueRequest(AFileRequest req) Enqueue an AFileRequest for this thread manager to handle. |
abstract public void | register(StageWrapperIF stage) Register a stage with this thread manager. |
abstract public void | start() Start the thread manager. |
abstract public void | stop() Stop the thread manager and all threads managed by it. |