|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataStreamType | |
---|---|
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.datastream | The events in this package are for Genesys internal use only. |
Uses of DataStreamType in com.genesyslab.platform.reporting.protocol.statserver |
---|
Fields in com.genesyslab.platform.reporting.protocol.statserver declared as DataStreamType | |
---|---|
static DataStreamType |
DataStreamType.Broadcast
|
static DataStreamType |
DataStreamType.Unicast
|
Methods in com.genesyslab.platform.reporting.protocol.statserver that return DataStreamType | |
---|---|
static DataStreamType |
DataStreamType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static DataStreamType |
DataStreamType.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 DataStreamType | |
---|---|
static java.util.Collection<DataStreamType> |
DataStreamType.values()
Returns all values of the enumeration. |
Uses of DataStreamType in com.genesyslab.platform.reporting.protocol.statserver.events.datastream |
---|
Methods in com.genesyslab.platform.reporting.protocol.statserver.events.datastream that return DataStreamType | |
---|---|
abstract DataStreamType |
DataStreamInfo.getDataStreamType()
For Genesys internal use only. |
Methods in com.genesyslab.platform.reporting.protocol.statserver.events.datastream with parameters of type DataStreamType | |
---|---|
static DataStreamInfo |
DataStreamInfo.create(DataStreamType dataStreamType,
java.lang.String datasourceName,
DataProtocolInfo protocolInfo)
Creates instance of DataStreamInfo with required parameters set. |
static DataStreamInfo |
DataStreamInfo.create(DataStreamType dataStreamType,
java.lang.String datasourceName,
java.lang.String dataconsumerUrl,
DataProtocolInfo protocolInfo)
Creates instance of DataStreamInfo with all parameters set. |
abstract void |
DataStreamInfo.setDataStreamType(DataStreamType dataStreamType)
For Genesys internal use only. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |