|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CurrentTargetStateSnapshot | |
---|---|
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. |
Uses of CurrentTargetStateSnapshot in com.genesyslab.platform.reporting.protocol.statserver |
---|
Methods in com.genesyslab.platform.reporting.protocol.statserver that return CurrentTargetStateSnapshot | |
---|---|
static CurrentTargetStateSnapshot |
StatusConverter.decodeCurrentTargetStateSnapshot(BytesBuffer buf,
byte[] voidValueEx)
Deprecated. |
static CurrentTargetStateSnapshot |
StatusConverter.decodeCurrentTargetStateSnapshot(BytesBuffer buf,
byte[] voidValueEx,
java.nio.charset.Charset charset)
|
Uses of CurrentTargetStateSnapshot in com.genesyslab.platform.reporting.protocol.statserver.events |
---|
Methods in com.genesyslab.platform.reporting.protocol.statserver.events that return CurrentTargetStateSnapshot | |
---|---|
abstract CurrentTargetStateSnapshot |
EventCurrentTargetStateSnapshot.getCurrentTargetStateSnapshot()
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. |
Methods in com.genesyslab.platform.reporting.protocol.statserver.events with parameters of type CurrentTargetStateSnapshot | |
---|---|
static EventCurrentTargetStateSnapshot |
EventCurrentTargetStateSnapshot.create(java.lang.Integer tag,
java.lang.Integer timestamp,
java.lang.Integer intervalLength,
java.lang.Integer intValue,
java.lang.String stringValue,
CurrentTargetStateSnapshot currentTargetStateSnapshot)
Creates instance of EventCurrentTargetStateSnapshot with all parameters set. |
abstract void |
EventCurrentTargetStateSnapshot.setCurrentTargetStateSnapshot(CurrentTargetStateSnapshot currentTargetStateSnapshot)
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. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |