|
|||||||||||||||
| Package Diagram Summary |
| Class Summary |
| Interface Summary |
| Package Elements Detail |
| Operation Summary | |
| getState | transitions the ManagedExecutable from SUSPENDED to RUNNING. On return, the ManagedExecutable will be in one of RESUMING or RUNNING states depending on its nature. If the entity is asynchronous then the state will return as RESUMING. The entity may be queried or may provide call backs to indicate when it arrives in the RUNNING state. If the entity is synchronous then it will transition directly from RESUMING to RUNNING. <P> resume may only be invoked on ManagedExecutables that are in the SUSPENDED state. |
| resume | transitions the ManagedExecutable from SUSPENDED to RUNNING. On return, the ManagedExecutable will be in one of RESUMING or RUNNING states depending on its nature. If the entity is asynchronous then the state will return as RESUMING. The entity may be queried or may provide call backs to indicate when it arrives in the RUNNING state. If the entity is synchronous then it will transition directly from RESUMING to RUNNING. <P> resume may only be invoked on ManagedExecutables that are in the SUSPENDED state. |
| shutdown | transitions the ManagedExecutable from its current state to SHUTTINGDOWN which in turn will transition to IDLE. On return, the entity will be in the SHUTTINGDOWN state. <P> shutdown may be invoked on ManagedExecutables that in the RUNNING or SUSPENDED state |
| start | transitions the ManagedExecutable from IDLE to RUNNING. On return, the entity will be in one of STARTING or RUNNING depending on its nature. If the entity is asynchronous then the state will return as STARTING. The entity may be queried or may provide call backs to indicate when it arrives in the RUNNING state. If the entity is synchronous then it will transition directly from IDLE to RUNNING. <P> start may only be invoked on ManagedExecutables that are in the IDLE state. |
| stop | transitions the ManagedExecutable from its current state to IDLE. On return, the entity will be in one of STOPPING or IDLE states depending on its nature. If the entity is asynchronous then the state will return as STOPPING while the entity terminates. Asynchronous entities may be queried or may provide call backs to indicate when it arrives in the IDLE state. If the entity is synchronous then it willtransition directly to IDLE. <P> stop may be invoked on ManagedExecutables in any state |
| suspend | transitions the ManagedExecutable from RUNNING to SUSPENDED. On return, the ManagedExecutable will be in one of SUSPENDING or SUSPENDED states depending on its nature. If the entity is asynchronous then the state will return as SUSPENDING. The entity may be queried or may provide call backs to indicate when it arrives in the SUSPENDED state. If the entity is synchronous then it will transition directly from RUNNING to SUSPENDED. <P> suspend may only be invoked on ManagedExecutables that are in the RUNNING state. |
| Parameter Summary |
resume may only be invoked on ManagedExecutables that are in the SUSPENDED state.
| Parameter Summary |
resume may only be invoked on ManagedExecutables that are in the SUSPENDED state.
shutdown may be invoked on ManagedExecutables that in the RUNNING or SUSPENDED state
start may only be invoked on ManagedExecutables that are in the IDLE state.
stop may be invoked on ManagedExecutables in any state
suspend may only be invoked on ManagedExecutables that are in the RUNNING state.
|
|||||||||||||||