|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<MonitorAuthority.MonitorPrivilege> com.gigaspaces.security.authorities.MonitorAuthority.MonitorPrivilege
public static enum MonitorAuthority.MonitorPrivilege
Defines monitoring privileges
Enum Constant Summary | |
---|---|
MONITOR_JVM
JVM statistics |
|
MONITOR_PU
Processing unit statistics (classes/templates/transactions/connections/statistics, etc.) |
Method Summary | |
---|---|
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're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MonitorAuthority.MonitorPrivilege MONITOR_JVM
public static final MonitorAuthority.MonitorPrivilege MONITOR_PU
Method Detail |
---|
public static final 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 namepublic String toString()
toString
in class Enum<MonitorAuthority.MonitorPrivilege>
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |