|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.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 are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
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 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 name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<MonitorAuthority.MonitorPrivilege>
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||