Package org.ikasan.framework.initiator

Interface Summary
Initiator Ikasan initiator interface defining the operations on an initiator.
 

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
 

Enum Summary
InitiatorStartupControl.StartupType  
 

Exception Summary
AbortTransactionException Runtime exception definition thrown to instruct the transaction manager to 'rollback' (abort) a transaction in the context of a failure.
InitiatorOperationException Exception resulting from an operation invoked on this initiator.
InvalidInitiatorStateException Exception representing an initiator being unexpectantly invoked by an external entity i.e.
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.