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

Packages that use NotificationEvent
org.globus.cog.karajan.viewer   
org.globus.cog.karajan.workflow   
org.globus.cog.karajan.workflow.events   
org.globus.cog.karajan.workflow.nodes   
org.globus.cog.karajan.workflow.nodes.user   
org.globus.cog.karajan.workflow.service   
 

Uses of NotificationEvent in org.globus.cog.karajan.viewer
 

Methods in org.globus.cog.karajan.viewer that return NotificationEvent
 NotificationEvent ListenerEventPair.getEvent()
           
 

Methods in org.globus.cog.karajan.viewer with parameters of type NotificationEvent
protected  void ViewerExecutionContext.completed(NotificationEvent e)
           
protected  void ViewerExecutionContext.failed(NotificationEvent e)
           
abstract  void FailureAction.handleFailure(EventListener element, NotificationEvent event)
           
 void IgnoreErrors.handleFailure(EventListener element, NotificationEvent event)
           
 void NoAction.handleFailure(EventListener element, NotificationEvent event)
           
 void RestartAction.handleFailure(EventListener element, NotificationEvent event)
           
 void Hook.notificationEvent(EventListener element, NotificationEvent e)
           
 

Constructors in org.globus.cog.karajan.viewer with parameters of type NotificationEvent
ListenerEventPair(EventListener element, NotificationEvent event)
           
ThreadedUID(NotificationEvent e)
           
 

Uses of NotificationEvent in org.globus.cog.karajan.workflow
 

Methods in org.globus.cog.karajan.workflow with parameters of type NotificationEvent
protected  void ExecutionContext.completed(NotificationEvent e)
           
protected  void ExecutionContext.failed(NotificationEvent e)
           
 

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

Subclasses of NotificationEvent in org.globus.cog.karajan.workflow.events
 class AbortNotificationEvent
           
 class FailureNotificationEvent
           
 class FutureNotificationEvent
           
 class LoopNotificationEvent
           
 

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

Methods in org.globus.cog.karajan.workflow.nodes with parameters of type NotificationEvent
protected  boolean FlowNode.executeErrorHandler(VariableStack stack, NotificationEvent error)
           
 void AbstractParallelIterator.notificationEvent(NotificationEvent e)
           
 void AbstractSequentialIterator.notificationEvent(NotificationEvent e)
           
protected  void CacheNode.notificationEvent(NotificationEvent e)
           
protected  void ErrorHandlerNode.notificationEvent(NotificationEvent e)
           
protected  void ExecuteFile.notificationEvent(NotificationEvent e)
           
protected  void FlowNode.notificationEvent(NotificationEvent e)
           
protected  void FutureIteratorNode.notificationEvent(NotificationEvent e)
           
protected  void FutureNode.notificationEvent(NotificationEvent e)
           
protected  void Guard.notificationEvent(NotificationEvent e)
           
protected  void IgnoreErrorsNode.notificationEvent(NotificationEvent e)
           
protected  void Maybe.notificationEvent(NotificationEvent e)
           
protected  void Parallel.notificationEvent(NotificationEvent e)
           
protected  void ParallelChoice.notificationEvent(NotificationEvent e)
           
protected  void RestartOnErrorNode.notificationEvent(NotificationEvent e)
           
protected  void Sequential.notificationEvent(NotificationEvent e)
           
protected  void SequentialChoice.notificationEvent(NotificationEvent e)
           
protected  void SetVarK.notificationEvent(NotificationEvent e)
           
 

Uses of NotificationEvent in org.globus.cog.karajan.workflow.nodes.user
 

Methods in org.globus.cog.karajan.workflow.nodes.user with parameters of type NotificationEvent
protected  void ParallelImplicitExecutionUDE.notificationEvent(NotificationEvent e)
           
 

Uses of NotificationEvent in org.globus.cog.karajan.workflow.service
 

Methods in org.globus.cog.karajan.workflow.service with parameters of type NotificationEvent
protected  void RemoteNode.notificationEvent(NotificationEvent e)