@Deprecated public static enum OperationContext.Type extends Enum<OperationContext.Type>
Enum Constant and Description |
---|
HOST
Deprecated.
A host controller with an active runtime.
|
MANAGEMENT
Deprecated.
A server instance which is in
admin-only mode. |
SERVER
Deprecated.
A running server instance with an active runtime container.
|
Modifier and Type | Method and Description |
---|---|
static OperationContext.Type |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OperationContext.Type[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationContext.Type HOST
public static final OperationContext.Type SERVER
public static final OperationContext.Type MANAGEMENT
admin-only
mode.public static OperationContext.Type[] values()
for (OperationContext.Type c : OperationContext.Type.values()) System.out.println(c);
public static OperationContext.Type 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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.