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

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.ControlEventType

public class ControlEventType
extends EventType


Field Summary
static ControlEventType RESTART
           
static ControlEventType START
           
 
Constructor Summary
ControlEventType(String type, 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

START

public static final ControlEventType START

RESTART

public static final ControlEventType RESTART
Constructor Detail

ControlEventType

public ControlEventType(String type,
                        int value)