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

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.LoopNotificationEvent

public class LoopNotificationEvent
extends NotificationEvent


Field Summary
static NotificationEventType BREAK
           
static NotificationEventType CONTINUE
           
 
Constructor Summary
LoopNotificationEvent(FlowElement flowElement, NotificationEventType eventType, VariableStack stack)
           
 
Method Summary
 String toString()
           
 
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
 

Field Detail

BREAK

public static final NotificationEventType BREAK

CONTINUE

public static final NotificationEventType CONTINUE
Constructor Detail

LoopNotificationEvent

public LoopNotificationEvent(FlowElement flowElement,
                             NotificationEventType eventType,
                             VariableStack stack)
Method Detail

toString

public String toString()