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

java.lang.Object
  extended by org.globus.cog.util.Enumerated
      extended by org.globus.cog.karajan.workflow.events.EventType
          extended by org.globus.cog.karajan.workflow.events.NotificationEventType

public final class NotificationEventType
extends EventType


Field Summary
static NotificationEventType EXECUTION_COMPLETED
           
static NotificationEventType EXECUTION_FAILED
           
static NotificationEventType EXECUTION_RESTARTED
           
static NotificationEventType EXECUTION_STARTED
           
static NotificationEventType EXECUTION_SUSPENDED
           
 
Constructor Summary
NotificationEventType(String literal, int value)
           
 
Method Summary
 
Methods inherited from class org.globus.cog.util.Enumerated
equals, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EXECUTION_COMPLETED

public static final NotificationEventType EXECUTION_COMPLETED

EXECUTION_FAILED

public static final NotificationEventType EXECUTION_FAILED

EXECUTION_SUSPENDED

public static final NotificationEventType EXECUTION_SUSPENDED

EXECUTION_RESTARTED

public static final NotificationEventType EXECUTION_RESTARTED

EXECUTION_STARTED

public static final NotificationEventType EXECUTION_STARTED
Constructor Detail

NotificationEventType

public NotificationEventType(String literal,
                             int value)