org.ikasan.framework.exception
Class StopAction

java.lang.Object
  extended by org.ikasan.framework.exception.StopAction
All Implemented Interfaces:
IkasanExceptionAction

public class StopAction
extends Object
implements IkasanExceptionAction

Exception action indicating the Initiator should be stopped

Author:
Ikasan Development Team

Field Summary
static String STOP
          Stop Action
 
Method Summary
static StopAction instance()
          Accessor for static instance
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STOP

public static final String STOP
Stop Action

See Also:
Constant Field Values
Method Detail

instance

public static StopAction instance()
Accessor for static instance

Returns:
static instance

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2012 Ikasan. All Rights Reserved.