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

java.lang.Object
  extended by org.globus.cog.karajan.workflow.events.Event
      extended by org.globus.cog.karajan.workflow.events.FlowEvent
          extended by org.globus.cog.karajan.workflow.events.NotificationEvent
Direct Known Subclasses:
FailureNotificationEvent, FutureNotificationEvent, LoopNotificationEvent

public class NotificationEvent
extends FlowEvent


Constructor Summary
NotificationEvent(FlowElement source, NotificationEventType type, VariableStack stack)
           
 
Method Summary
 NotificationEventType getType()
           
 void setType(NotificationEventType type)
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationEvent

public NotificationEvent(FlowElement source,
                         NotificationEventType type,
                         VariableStack stack)
Method Detail

getType

public NotificationEventType getType()

setType

public void setType(NotificationEventType type)

toString

public String toString()
Overrides:
toString in class Object