ActivityStateListener |
An ActivityStateListener provides access to an
ActivityStateNotification which is notified when the observed activity terminates
(has been closed, suspended, reset, failed or signalled).
|
ActivityStateNotification |
This interface is used as a callback for the events when an executed activity
terminates, that is has been closed, suspended, reset, failed or signalled.
|
ExecutionControlManager |
This interface allows external clients to control the execution of an
activity.
|
LocalActivityStateNotifier |
This interface provides the means for an ActivityStateListener as simple service
that forwards all incoming activity state notifications to the locally registered
ActivityStateNotifcation s.
|
ResumingRuntimeManager |
This runtime manager provides the means to automatically resume a suspended
activity.
|
ResumingRuntimeManager.AutomaticResumer |
A service that is able to automatically resume activities after a
designated time period receives a request for this operation via this
interface.
|
RuntimeManager |
The runtime manager provides the means to control the execution of an
activity by the execution manager, the transaction manager or by controlling
the application locally via execution control manager.
|
SynchronousActivityStarting |
This interface extends ActivityStarting with the synchronous
start or resuming of activities.
|