Uses of Package
org.ikasan.framework.initiator

Packages that use org.ikasan.framework.initiator
org.ikasan.framework.flow.initiator.dao   
org.ikasan.framework.initiator   
org.ikasan.framework.initiator.eventdriven   
org.ikasan.framework.initiator.messagedriven   
org.ikasan.framework.initiator.scheduled.quartz   
org.ikasan.framework.module   
org.ikasan.framework.module.service   
 

Classes in org.ikasan.framework.initiator used by org.ikasan.framework.flow.initiator.dao
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
 

Classes in org.ikasan.framework.initiator used by org.ikasan.framework.initiator
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
Initiator
          Ikasan initiator interface defining the operations on an initiator.
InitiatorOperationException
          Exception resulting from an operation invoked on this initiator.
InitiatorStartupControl.StartupType
           
InitiatorState
          Simple initiator state implementation.
 

Classes in org.ikasan.framework.initiator used by org.ikasan.framework.initiator.eventdriven
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
Initiator
          Ikasan initiator interface defining the operations on an initiator.
 

Classes in org.ikasan.framework.initiator used by org.ikasan.framework.initiator.messagedriven
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
Initiator
          Ikasan initiator interface defining the operations on an initiator.
 

Classes in org.ikasan.framework.initiator used by org.ikasan.framework.initiator.scheduled.quartz
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
Initiator
          Ikasan initiator interface defining the operations on an initiator.
InitiatorOperationException
          Exception resulting from an operation invoked on this initiator.
 

Classes in org.ikasan.framework.initiator used by org.ikasan.framework.module
Initiator
          Ikasan initiator interface defining the operations on an initiator.
 

Classes in org.ikasan.framework.initiator used by org.ikasan.framework.module.service
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
InitiatorStartupControl.StartupType
           
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.