@Deprecated public enum LegacyProxyOperation extends Enum<LegacyProxyOperation> implements Definable<org.jboss.as.controller.OperationDefinition>
| Enum Constant and Description |
|---|
ADD_PROXY
Deprecated.
|
DISABLE
Deprecated.
|
DISABLE_CONTEXT
Deprecated.
|
ENABLE
Deprecated.
|
ENABLE_CONTEXT
Deprecated.
|
LIST_PROXIES
Deprecated.
|
READ_PROXIES_CONFIGURATION
Deprecated.
|
READ_PROXIES_INFO
Deprecated.
|
REFRESH
Deprecated.
|
REMOVE_PROXY
Deprecated.
|
RESET
Deprecated.
|
STOP
Deprecated.
|
STOP_CONTEXT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static LegacyProxyOperation |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LegacyProxyOperation[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetDefinitionpublic static final LegacyProxyOperation ADD_PROXY
public static final LegacyProxyOperation DISABLE
public static final LegacyProxyOperation DISABLE_CONTEXT
public static final LegacyProxyOperation ENABLE
public static final LegacyProxyOperation ENABLE_CONTEXT
public static final LegacyProxyOperation LIST_PROXIES
public static final LegacyProxyOperation READ_PROXIES_CONFIGURATION
public static final LegacyProxyOperation READ_PROXIES_INFO
public static final LegacyProxyOperation REFRESH
public static final LegacyProxyOperation REMOVE_PROXY
public static final LegacyProxyOperation RESET
public static final LegacyProxyOperation STOP
public static final LegacyProxyOperation STOP_CONTEXT
public static LegacyProxyOperation[] values()
for (LegacyProxyOperation c : LegacyProxyOperation.values()) System.out.println(c);
public static LegacyProxyOperation 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 © 2020 JBoss by Red Hat. All rights reserved.