protected static enum RuntimeMessageHandlerImpl.ComponentManagerStep extends Enum<RuntimeMessageHandlerImpl.ComponentManagerStep>
| Enum Constant and Description |
|---|
ACTIVATING |
DEACTIVATING |
RUNNING |
STARTING |
STOPPING |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeMessageHandlerImpl.ComponentManagerStep |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeMessageHandlerImpl.ComponentManagerStep[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeMessageHandlerImpl.ComponentManagerStep ACTIVATING
public static final RuntimeMessageHandlerImpl.ComponentManagerStep STARTING
public static final RuntimeMessageHandlerImpl.ComponentManagerStep RUNNING
public static final RuntimeMessageHandlerImpl.ComponentManagerStep STOPPING
public static final RuntimeMessageHandlerImpl.ComponentManagerStep DEACTIVATING
public static RuntimeMessageHandlerImpl.ComponentManagerStep[] values()
for (RuntimeMessageHandlerImpl.ComponentManagerStep c : RuntimeMessageHandlerImpl.ComponentManagerStep.values()) System.out.println(c);
public static RuntimeMessageHandlerImpl.ComponentManagerStep valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 Nuxeo. All rights reserved.