public interface IKSubsystem extends Runnable, IKThread
Modifier and Type | Method and Description |
---|---|
void |
dispatch(IKAction action)
Dispatch action for further processing by the engine.
|
void |
enqueue(IKAction action)
Enqueue an action for service by the subsystem.
|
void |
shutdown()
Shutdown the subsystem.
|
getCurrentJob, getHealth, getLastJob, getNumActiveActions, ringIn, status, updateJob
void enqueue(IKAction action)
action
- An action wanting subsystem serivces.void dispatch(IKAction action)
action
- An action that needs to continue execution.void shutdown()
© Copyright IBM Corp. 2013. All rights reserved.