Package | Description |
---|---|
com.genesyslab.platform.reporting.protocol.statserver |
This package contains objects that correspond to objects in the
Genesys Configuration Layer, such as
AgentStatus and
PlaceGroup . |
Modifier and Type | Field | Description |
---|---|---|
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).
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<NotificationMode> |
NotificationMode.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.