|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.GEnum
com.genesyslab.platform.reporting.protocol.statserver.NotificationMode
public class NotificationMode
Specifies how often Stat Server will send updates on the requested statistical values.
Field Summary | |
---|---|
static NotificationMode |
Immediate
Stat Server reports statistics whenever a statistical value changes; for time-related statistics, Immediate means that Stat Server will report the current value whenever a statistical value changes, but it will also report that value periodically, using the specified notification frequency. |
static NotificationMode |
NoNotification
Allows you to retrieve statistics when you want them. |
static NotificationMode |
Periodical
Stat Server reports statistics based on the time period you request. |
static NotificationMode |
Reset
Stat Server reports the current value right before setting the statistical value to zero (0). |
Fields inherited from class com.genesyslab.platform.commons.GEnum |
---|
LOCALE_ENGLISH |
Method Summary | |
---|---|
static NotificationMode |
valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static NotificationMode |
valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
static java.util.Collection<NotificationMode> |
values()
Returns all values of the enumeration. |
Methods inherited from class com.genesyslab.platform.commons.GEnum |
---|
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final NotificationMode Immediate
public static final NotificationMode Periodical
public static final NotificationMode NoNotification
public static final NotificationMode Reset
Method Detail |
---|
public static java.util.Collection<NotificationMode> values()
public static NotificationMode valueOf(int ordinal)
ordinal
- ordinal number of the enumeration value
public static NotificationMode valueOf(java.lang.String name)
name
- name of value in the enumeration
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |