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

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

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)
           
 void setPriority(Priority priority)
           
 
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 Priority getPriority()

setPriority

public void setPriority(Priority priority)

hasStack

public boolean hasStack()

getStack

public VariableStack getStack()

getEventClass

public final EventClass getEventClass()