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

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

public final class NotificationEventType
extends EventType


Field Summary
static NotificationEventType EXECUTION_ABORTED
           
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)
           
 
Methods inherited from class org.globus.cog.karajan.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

EXECUTION_ABORTED

public static final NotificationEventType EXECUTION_ABORTED
Constructor Detail

NotificationEventType

public NotificationEventType(String literal,
                             int value)