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

java.lang.Object
  extended by org.globus.cog.karajan.workflow.events.Event
Direct Known Subclasses:
FlowEvent, MonitoringEvent, ReplyEvent

public abstract class Event
extends Object


Constructor Summary
Event(EventClass cls, FlowElement flowElement, Priority priority)
           
 
Method Summary
 EventClass getEventClass()
           
 FlowElement getFlowElement()
           
 Priority getPriority()
           
 VariableStack getStack()
           
 boolean hasStack()
           
 void setFlowElement(FlowElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event(EventClass cls,
             FlowElement flowElement,
             Priority priority)
Method Detail

getFlowElement

public FlowElement getFlowElement()

setFlowElement

public void setFlowElement(FlowElement element)

getPriority

public final Priority getPriority()

hasStack

public boolean hasStack()

getStack

public VariableStack getStack()

getEventClass

public final EventClass getEventClass()