|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationMode | |
---|---|
com.genesyslab.platform.reporting.protocol.statserver |
This package contains objects that correspond to objects in the
Genesys Configuration Layer, such as AgentStatus and
PlaceGroup . |
Uses of NotificationMode in com.genesyslab.platform.reporting.protocol.statserver |
---|
Fields in com.genesyslab.platform.reporting.protocol.statserver declared as NotificationMode | |
---|---|
static NotificationMode |
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 |
NotificationMode.NoNotification
Allows you to retrieve statistics when you want them. |
static NotificationMode |
NotificationMode.Periodical
Stat Server reports statistics based on the time period you request. |
static NotificationMode |
NotificationMode.Reset
Stat Server reports the current value right before setting the statistical value to zero (0). |
Methods in com.genesyslab.platform.reporting.protocol.statserver that return NotificationMode | |
---|---|
abstract NotificationMode |
Notification.getMode()
Indicates the notification mode (Immediate, Periodical, NoNotification, or Reset) of a statistic. |
static NotificationMode |
NotificationMode.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static NotificationMode |
NotificationMode.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.reporting.protocol.statserver that return types with arguments of type NotificationMode | |
---|---|
static java.util.Collection<NotificationMode> |
NotificationMode.values()
Returns all values of the enumeration. |
Methods in com.genesyslab.platform.reporting.protocol.statserver with parameters of type NotificationMode | |
---|---|
static Notification |
Notification.create(NotificationMode mode,
java.lang.Integer frequency,
java.lang.Integer insensitivity)
Creates instance of Notification with all parameters set. |
abstract void |
Notification.setMode(NotificationMode mode)
Indicates the notification mode (Immediate, Periodical, NoNotification, or Reset) of a statistic. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |