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 . |
com.genesyslab.platform.reporting.protocol.statserver.events |
This package contains many event messages, including
EventInfo and
EventCurrentTargetStateSnapshot ,
that give you statistical information. |
Modifier and Type | Method | Description |
---|---|---|
static CurrentTargetStateDelta |
StatusConverter.decodeCurrentTargetStateDelta(BytesBuffer buf,
byte[] voidValueEx) |
Deprecated.
|
static CurrentTargetStateDelta |
StatusConverter.decodeCurrentTargetStateDelta(BytesBuffer buf,
byte[] voidValueEx,
java.nio.charset.Charset charset) |
Modifier and Type | Method | Description |
---|---|---|
abstract CurrentTargetStateDelta |
EventCurrentTargetStateTargetAdded.getCurrentTargetStateDelta() |
Contains updated information on routing objects whose state has been updated after a client has requested a statistic using the
CurrentTargetState category - see Stat Server User's Guide for more information. |
abstract CurrentTargetStateDelta |
EventCurrentTargetStateTargetRemoved.getCurrentTargetStateDelta() |
Contains updated information on routing objects whose state has been updated after a client has requested a statistic using the
CurrentTargetState category - see Stat Server User's Guide for more information. |
abstract CurrentTargetStateDelta |
EventCurrentTargetStateTargetUpdated.getCurrentTargetStateDelta() |
Contains updated information on routing objects whose state has been updated after a client has requested a statistic using the
CurrentTargetState category - see Stat Server User's Guide for more information. |
Modifier and Type | Method | Description |
---|---|---|
static EventCurrentTargetStateTargetAdded |
EventCurrentTargetStateTargetAdded.create(java.lang.Integer tag,
java.lang.Integer timestamp,
java.lang.Integer intervalLength,
java.lang.Integer intValue,
java.lang.String stringValue,
CurrentTargetStateDelta currentTargetStateDelta) |
Creates instance of EventCurrentTargetStateTargetAdded with all parameters set.
|
static EventCurrentTargetStateTargetRemoved |
EventCurrentTargetStateTargetRemoved.create(java.lang.Integer tag,
java.lang.Integer timestamp,
java.lang.Integer intervalLength,
java.lang.Integer intValue,
java.lang.String stringValue,
CurrentTargetStateDelta currentTargetStateDelta) |
Creates instance of EventCurrentTargetStateTargetRemoved with all parameters set.
|
static EventCurrentTargetStateTargetUpdated |
EventCurrentTargetStateTargetUpdated.create(java.lang.Integer tag,
java.lang.Integer timestamp,
java.lang.Integer intervalLength,
java.lang.Integer intValue,
java.lang.String stringValue,
CurrentTargetStateDelta currentTargetStateDelta) |
Creates instance of EventCurrentTargetStateTargetUpdated with all parameters set.
|
abstract void |
EventCurrentTargetStateTargetAdded.setCurrentTargetStateDelta(CurrentTargetStateDelta currentTargetStateDelta) |
Contains updated information on routing objects whose state has been updated after a client has requested a statistic using the
CurrentTargetState category - see Stat Server User's Guide for more information. |
abstract void |
EventCurrentTargetStateTargetRemoved.setCurrentTargetStateDelta(CurrentTargetStateDelta currentTargetStateDelta) |
Contains updated information on routing objects whose state has been updated after a client has requested a statistic using the
CurrentTargetState category - see Stat Server User's Guide for more information. |
abstract void |
EventCurrentTargetStateTargetUpdated.setCurrentTargetStateDelta(CurrentTargetStateDelta currentTargetStateDelta) |
Contains updated information on routing objects whose state has been updated after a client has requested a statistic using the
CurrentTargetState category - see Stat Server User's Guide for more information. |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.