public static enum MonitorAuthority.MonitorPrivilege extends Enum<MonitorAuthority.MonitorPrivilege> implements Privilege
Enum Constant and Description |
---|
MONITOR_JVM
JVM statistics
|
MONITOR_PU
Processing unit statistics (classes/templates/transactions/connections/statistics, etc.)
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static MonitorAuthority.MonitorPrivilege |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitorAuthority.MonitorPrivilege[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonitorAuthority.MonitorPrivilege MONITOR_JVM
public static final MonitorAuthority.MonitorPrivilege MONITOR_PU
public static MonitorAuthority.MonitorPrivilege[] values()
for (MonitorAuthority.MonitorPrivilege c : MonitorAuthority.MonitorPrivilege.values()) System.out.println(c);
public static MonitorAuthority.MonitorPrivilege 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 nullpublic String toString()
toString
in class Enum<MonitorAuthority.MonitorPrivilege>
Copyright © GigaSpaces.