com.tibco.amf.platform.runtime.extension.context
Enum LifeCycleEvent.Mode

java.lang.Object
  extended by java.lang.Enum<LifeCycleEvent.Mode>
      extended by com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent.Mode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LifeCycleEvent.Mode>
Enclosing class:
LifeCycleEvent

public static enum LifeCycleEvent.Mode
extends java.lang.Enum<LifeCycleEvent.Mode>


Enum Constant Summary
FIRST_START
           
IMMEDIATE
           
IMMEDIATE_WITH_UNCONFIGURE
           
NO_CONFIGURE
           
NORMAL
           
NORMAL_WITH_UNCONFIGURE
           
PREPARE_FOR_UNDEPLOY
           
READY_FOR_UNDEPLOY
           
UPDATE
           
WITH_CONFIGURE
           
 
Method Summary
static LifeCycleEvent.Mode valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LifeCycleEvent.Mode[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

FIRST_START

public static final LifeCycleEvent.Mode FIRST_START

WITH_CONFIGURE

public static final LifeCycleEvent.Mode WITH_CONFIGURE

NO_CONFIGURE

public static final LifeCycleEvent.Mode NO_CONFIGURE

NORMAL

public static final LifeCycleEvent.Mode NORMAL

IMMEDIATE

public static final LifeCycleEvent.Mode IMMEDIATE

NORMAL_WITH_UNCONFIGURE

public static final LifeCycleEvent.Mode NORMAL_WITH_UNCONFIGURE

IMMEDIATE_WITH_UNCONFIGURE

public static final LifeCycleEvent.Mode IMMEDIATE_WITH_UNCONFIGURE

PREPARE_FOR_UNDEPLOY

public static final LifeCycleEvent.Mode PREPARE_FOR_UNDEPLOY

READY_FOR_UNDEPLOY

public static final LifeCycleEvent.Mode READY_FOR_UNDEPLOY

UPDATE

public static final LifeCycleEvent.Mode UPDATE
Method Detail

values

public static LifeCycleEvent.Mode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (LifeCycleEvent.Mode c : LifeCycleEvent.Mode.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static LifeCycleEvent.Mode valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2010 TIBCO Software Inc. All Rights Reserved.