Uses of Interface
org.ikasan.framework.exception.IkasanExceptionAction

Packages that use IkasanExceptionAction
org.ikasan.framework.component   
org.ikasan.framework.exception   
org.ikasan.framework.exception.matching   
org.ikasan.framework.initiator   
 

Uses of IkasanExceptionAction in org.ikasan.framework.component
 

Methods in org.ikasan.framework.component that return IkasanExceptionAction
 IkasanExceptionAction IkasanExceptionHandler.handleThrowable(String componentName, Throwable throwable)
          Push an exception that occurred outside the scope of handling a data event to the Exception Handler
 IkasanExceptionAction LoggingExceptionHandlerImpl.handleThrowable(String componentName, Throwable throwable)
           
 IkasanExceptionAction LoggingExceptionHandlerImpl.invoke(String componentName, Event event, Throwable throwable)
           
 

Methods in org.ikasan.framework.component with parameters of type IkasanExceptionAction
 void LoggingExceptionHandlerImpl.setErrorAction(IkasanExceptionAction errorAction)
          Setter for errorAction, overrides the default
 

Uses of IkasanExceptionAction in org.ikasan.framework.exception
 

Classes in org.ikasan.framework.exception that implement IkasanExceptionAction
 class ExcludeEventAction
          Exception action indicating the Initiator should be Excluded
 class RetryAction
          Exception Action indicating the operation should be retried
 class StopAction
          Exception action indicating the Initiator should be stopped
 

Uses of IkasanExceptionAction in org.ikasan.framework.exception.matching
 

Methods in org.ikasan.framework.exception.matching that return IkasanExceptionAction
 IkasanExceptionAction MatcherBasedExceptionGroup.getAction()
           
 IkasanExceptionAction ExceptionGroup.getAction()
          Accessor for bound IkasanExceptionAction
 IkasanExceptionAction MatchingExceptionHandler.handleThrowable(String componentName, Throwable throwable)
           
 

Constructors in org.ikasan.framework.exception.matching with parameters of type IkasanExceptionAction
MatcherBasedExceptionGroup(org.hamcrest.Matcher<?> matcher, IkasanExceptionAction action)
          Constructor
 

Uses of IkasanExceptionAction in org.ikasan.framework.initiator
 

Methods in org.ikasan.framework.initiator with parameters of type IkasanExceptionAction
protected  void AbstractInitiator.handleAction(IkasanExceptionAction action, String eventId)
          Handle the returned action from the flow invocation
protected  void AbstractInitiator.logError(Event event, Throwable throwable, String componentName, IkasanExceptionAction exceptionAction)
          Logs errors in a heavy weight fashion using an ErrorLoggingService if available
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.