Uses of Interface
org.ikasan.framework.initiator.Initiator

Packages that use Initiator
org.ikasan.framework.initiator   
org.ikasan.framework.initiator.eventdriven   
org.ikasan.framework.initiator.messagedriven   
org.ikasan.framework.initiator.scheduled.quartz   
org.ikasan.framework.module   
 

Uses of Initiator in org.ikasan.framework.initiator
 

Classes in org.ikasan.framework.initiator that implement Initiator
 class 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
 class SimpleInitiator
          Experimental implementation of Initiator that is invoked directly with content
 

Uses of Initiator in org.ikasan.framework.initiator.eventdriven
 

Subinterfaces of Initiator in org.ikasan.framework.initiator.eventdriven
 interface EventDrivenInitiator
          Simple interface combining the powers of Initiator, EventListener, and ExceptionListener
 

Classes in org.ikasan.framework.initiator.eventdriven that implement Initiator
 class EventDrivenInitiatorImpl
          Event Driven Initiator implementation.
 

Uses of Initiator in org.ikasan.framework.initiator.messagedriven
 

Subinterfaces of Initiator in org.ikasan.framework.initiator.messagedriven
 interface JmsMessageDrivenInitiator
          Simple interface combining the powers of Initiator and MessageListener Not strictly necessary as it does not add any additional methods yet
 

Classes in org.ikasan.framework.initiator.messagedriven that implement Initiator
 class EventMessageDrivenInitiator
          A JmsMessageDrivenInitiator implementation that seeks to recreate and fire an Events based on JMS messages.
 class JmsMessageDrivenInitiatorImpl
          Abstract base class for JMS Message Driven Initiators Subclasses will provide an implementation for handling of one or more of the specific JMS Message types into an Event
 class RawMessageDrivenInitiator
          A JmsMessageDrivenInitiator implementation that seeks to create and fire new Events based on raw JMS messages.
 

Uses of Initiator in org.ikasan.framework.initiator.scheduled.quartz
 

Subinterfaces of Initiator in org.ikasan.framework.initiator.scheduled.quartz
 interface QuartzDrivenInitiator
           
 

Classes in org.ikasan.framework.initiator.scheduled.quartz that implement Initiator
 class QuartzStatefulScheduledDrivenInitiator
          Quartz implementation of an Ikasan Schedule Driven Initiator.
 

Uses of Initiator in org.ikasan.framework.module
 

Methods in org.ikasan.framework.module that return Initiator
 Initiator Module.getInitiator(String initiatorName)
          Resolves an Initiator
 Initiator SimpleModule.getInitiator(String initiatorName)
          Resolve the initiator
 

Methods in org.ikasan.framework.module that return types with arguments of type Initiator
 List<Initiator> Module.getInitiators()
          Returns all of this module's Initiators
 List<Initiator> SimpleModule.getInitiators()
           
 

Constructor parameters in org.ikasan.framework.module with type arguments of type Initiator
SimpleModule(String name, List<Initiator> initiators)
          Constructor
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.