Uses of Class
org.globus.cog.karajan.workflow.events.MonitoringEventType

Packages that use MonitoringEventType
org.globus.cog.karajan.workflow.events   
org.globus.cog.karajan.workflow.nodes   
 

Uses of MonitoringEventType in org.globus.cog.karajan.workflow.events
 

Subclasses of MonitoringEventType in org.globus.cog.karajan.workflow.events
 class ProgressMonitoringEventType
           
 

Fields in org.globus.cog.karajan.workflow.events declared as MonitoringEventType
static MonitoringEventType StatusMonitoringEvent.EXECUTION_ABORTED
           
static MonitoringEventType StatusMonitoringEvent.EXECUTION_COMPLETED
           
static MonitoringEventType StatusMonitoringEvent.EXECUTION_FAILED
           
static MonitoringEventType StatusMonitoringEvent.EXECUTION_STARTED
           
static MonitoringEventType ProgressMonitoringEvent.LOOP_PROGRESS
           
 

Methods in org.globus.cog.karajan.workflow.events that return MonitoringEventType
 MonitoringEventType MonitoringEvent.getType()
           
 

Constructors in org.globus.cog.karajan.workflow.events with parameters of type MonitoringEventType
MonitoringEvent(EventClass cls, FlowElement flowElement, MonitoringEventType type, VariableStack stack)
           
MonitoringEvent(FlowElement flowElement, MonitoringEventType type, VariableStack stack)
           
ProgressMonitoringEvent(FlowElement flowElement, MonitoringEventType type, VariableStack stack, long total, long current)
           
StatusMonitoringEvent(FlowElement flowElement, MonitoringEventType type, VariableStack stack, Object details)
           
 

Uses of MonitoringEventType in org.globus.cog.karajan.workflow.nodes
 

Methods in org.globus.cog.karajan.workflow.nodes with parameters of type MonitoringEventType
 void FlowNode.fireStatusMonitoringEvent(MonitoringEventType type, VariableStack stack, Object detail)