static enum ServiceControllerImpl.ContextState extends java.lang.Enum<ServiceControllerImpl.ContextState>
| Enum Constant and Description |
|---|
ASYNC |
COMPLETE |
FAILED |
SYNC |
SYNC_ASYNC_COMPLETE |
SYNC_ASYNC_FAILED |
| Modifier and Type | Method and Description |
|---|---|
static ServiceControllerImpl.ContextState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceControllerImpl.ContextState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceControllerImpl.ContextState SYNC_ASYNC_COMPLETE
public static final ServiceControllerImpl.ContextState SYNC_ASYNC_FAILED
public static final ServiceControllerImpl.ContextState SYNC
public static final ServiceControllerImpl.ContextState ASYNC
public static final ServiceControllerImpl.ContextState COMPLETE
public static final ServiceControllerImpl.ContextState FAILED
public static ServiceControllerImpl.ContextState[] values()
for (ServiceControllerImpl.ContextState c : ServiceControllerImpl.ContextState.values()) System.out.println(c);
public static ServiceControllerImpl.ContextState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null