|
Class Summary |
| AbstractInitiator |
Abstract base class for all existing Initiator implementations
Provides implementations for the common Initiator functionality:
Monitor registration and deregistration
Action handling as a result of flow invocation
Monitor notification
Property access for:
ModuleName
(Initiator)Name
Flow
error flag
retry count
stopping flag
|
| InitiatorStartupControl |
JavaBean encapsulating startup control information for Initiators
The following start types are defined:
AUTOMATIC: Initiator will be started by its container when the container is initialised
MANUAL: Initiator will not be started by its container when container is started/initialised, but will be manually startable at a later stage
DISABLED: Initiator will not be started by its container when container is started/initialised, and will not be manually startable at a later stage |
| InitiatorState |
Simple initiator state implementation. |
| SimpleInitiator |
Experimental implementation of Initiator that is invoked directly with content |