public enum JmxCommand extends Enum<JmxCommand>
Enum Constant and Description |
---|
DISABLE_JMX_NOTIFICATIONS |
ENABLE_JMX_NOTIFICATIONS |
Modifier and Type | Field and Description |
---|---|
static String |
RECEIVER |
static String |
VM_ID |
Modifier and Type | Method and Description |
---|---|
static JmxCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JmxCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JmxCommand ENABLE_JMX_NOTIFICATIONS
public static final JmxCommand DISABLE_JMX_NOTIFICATIONS
public static final String VM_ID
public static final String RECEIVER
public static JmxCommand[] values()
for (JmxCommand c : JmxCommand.values()) System.out.println(c);
public static JmxCommand 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 © 2013. All Rights Reserved.