org.globus.cog.karajan.workflow.events
Class ChainedFailureNotificationEvent

java.lang.Object
  extended byorg.globus.cog.karajan.workflow.events.Event
      extended byorg.globus.cog.karajan.workflow.events.FlowEvent
          extended byorg.globus.cog.karajan.workflow.events.NotificationEvent
              extended byorg.globus.cog.karajan.workflow.events.FailureNotificationEvent
                  extended byorg.globus.cog.karajan.workflow.events.ChainedFailureNotificationEvent

public class ChainedFailureNotificationEvent
extends FailureNotificationEvent


Constructor Summary
ChainedFailureNotificationEvent(FlowElement flowElement, FailureNotificationEvent e)
           
 
Method Summary
 int getCause()
           
 NotificationEvent getInitial()
           
 VariableStack getRollStack()
           
 void setCause(int cause)
           
 void setPrevious(NotificationEvent previous)
           
 String toString()
           
 
Methods inherited from class org.globus.cog.karajan.workflow.events.FailureNotificationEvent
getException, getMessage
 
Methods inherited from class org.globus.cog.karajan.workflow.events.NotificationEvent
getType, setType
 
Methods inherited from class org.globus.cog.karajan.workflow.events.FlowEvent
getStack, getThreadingContext, hasStack, setStack
 
Methods inherited from class org.globus.cog.karajan.workflow.events.Event
getEventClass, getFlowElement, getPriority, setFlowElement, setPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChainedFailureNotificationEvent

public ChainedFailureNotificationEvent(FlowElement flowElement,
                                       FailureNotificationEvent e)
Method Detail

toString

public String toString()
Overrides:
toString in class FailureNotificationEvent

getRollStack

public VariableStack getRollStack()

getInitial

public NotificationEvent getInitial()

setPrevious

public void setPrevious(NotificationEvent previous)

getCause

public int getCause()

setCause

public void setCause(int cause)