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

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

public class ControlEventType
extends EventType


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

START

public static final ControlEventType START

RESTART

public static final ControlEventType RESTART
Constructor Detail

ControlEventType

public ControlEventType(String type,
                        int value)