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

java.lang.Object
  extended by org.globus.cog.karajan.workflow.events.Event
      extended by org.globus.cog.karajan.workflow.events.MonitoringEvent
          extended by org.globus.cog.karajan.workflow.events.StatusMonitoringEvent

public final class StatusMonitoringEvent
extends MonitoringEvent


Field Summary
static MonitoringEventType EXECUTION_ABORTED
           
static MonitoringEventType EXECUTION_COMPLETED
           
static MonitoringEventType EXECUTION_FAILED
           
static MonitoringEventType EXECUTION_STARTED
           
 
Constructor Summary
StatusMonitoringEvent(FlowElement flowElement, MonitoringEventType type, VariableStack stack, Object details)
           
 
Method Summary
 String getMessage()
           
 String toString()
           
 
Methods inherited from class org.globus.cog.karajan.workflow.events.MonitoringEvent
getStack, getThread, getType
 
Methods inherited from class org.globus.cog.karajan.workflow.events.Event
getEventClass, getFlowElement, getPriority, hasStack, setFlowElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXECUTION_STARTED

public static final MonitoringEventType EXECUTION_STARTED

EXECUTION_COMPLETED

public static final MonitoringEventType EXECUTION_COMPLETED

EXECUTION_FAILED

public static final MonitoringEventType EXECUTION_FAILED

EXECUTION_ABORTED

public static final MonitoringEventType EXECUTION_ABORTED
Constructor Detail

StatusMonitoringEvent

public StatusMonitoringEvent(FlowElement flowElement,
                             MonitoringEventType type,
                             VariableStack stack,
                             Object details)
Method Detail

getMessage

public String getMessage()

toString

public String toString()
Overrides:
toString in class Object