Uses of Class
org.ikasan.framework.initiator.InitiatorOperationException

Packages that use InitiatorOperationException
org.ikasan.framework.initiator   
org.ikasan.framework.initiator.scheduled.quartz   
 

Uses of InitiatorOperationException in org.ikasan.framework.initiator
 

Methods in org.ikasan.framework.initiator that throw InitiatorOperationException
protected  void AbstractInitiator.handleRetry(Integer maxAttempts, long delay)
          Handle an IkasanExceptionAction 'retry'
protected  void AbstractInitiator.resume()
          Returns the Initiator to normal running, completes recovering if necessary
 void Initiator.start()
          Start this initiator.
 void AbstractInitiator.start()
           
protected  void SimpleInitiator.startInitiator()
           
protected abstract  void AbstractInitiator.startInitiator()
          Only the extending class knows how to start the initiator.
protected  void SimpleInitiator.startRetryCycle(Integer maxAttempts, long delay)
           
protected abstract  void AbstractInitiator.startRetryCycle(Integer maxAttempts, long delay)
          Initiator needs to start a retry cycle due to an exception action.
 void Initiator.stop()
          Stop this initiator.
 void AbstractInitiator.stop()
           
protected  void SimpleInitiator.stopInitiator()
           
protected abstract  void AbstractInitiator.stopInitiator()
          Only the extending class knows how to stop the initiator.
 

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

Methods in org.ikasan.framework.initiator.scheduled.quartz that throw InitiatorOperationException
protected  void QuartzStatefulScheduledDrivenInitiator.cancelRetryCycle()
           
protected  void QuartzStatefulScheduledDrivenInitiator.completeRetryCycle()
           
protected  void QuartzStatefulScheduledDrivenInitiator.startInitiator()
           
protected  void QuartzStatefulScheduledDrivenInitiator.startRetryCycle(Integer maxAttempts, long delay)
           
protected  void QuartzStatefulScheduledDrivenInitiator.stopInitiator()
           
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.