|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlObjectType | |
---|---|
com.genesyslab.platform.applicationblocks.commons.protocols | |
com.genesyslab.platform.management.protocol | This package contains the Protocol classes that your applications
can use to set up communication with Genesys Solution Control Server, Message
Server and Local Control Agents (LCAs). |
com.genesyslab.platform.management.protocol.solutioncontrolserver | |
com.genesyslab.platform.management.protocol.solutioncontrolserver.events | |
com.genesyslab.platform.management.protocol.solutioncontrolserver.requests | |
com.genesyslab.platform.management.protocol.solutioncontrolserver.runtime.channel | This package is used internally by the protocol. |
Uses of ControlObjectType in com.genesyslab.platform.applicationblocks.commons.protocols |
---|
Methods in com.genesyslab.platform.applicationblocks.commons.protocols that return ControlObjectType | |
---|---|
ControlObjectType |
ScsConfiguration.getClientType()
Deprecated. |
Methods in com.genesyslab.platform.applicationblocks.commons.protocols with parameters of type ControlObjectType | |
---|---|
void |
ScsConfiguration.setClientType(ControlObjectType clientType)
Deprecated. |
Uses of ControlObjectType in com.genesyslab.platform.management.protocol |
---|
Methods in com.genesyslab.platform.management.protocol that return ControlObjectType | |
---|---|
ControlObjectType |
SolutionControlServerProtocolHandshakeOptions.getClientType()
Returns SCS client type. Default value is Application . |
ControlObjectType |
SolutionControlServerProtocol.getClientType()
Returns SCS client type. Default value is Application . |
ControlObjectType |
SolutionControlServerProtocol.getControlObjectType()
Deprecated. |
Methods in com.genesyslab.platform.management.protocol with parameters of type ControlObjectType | |
---|---|
void |
SolutionControlServerProtocolHandshakeOptions.setClientType(ControlObjectType clientType)
Sets SCS client type. Default value is Application . |
void |
SolutionControlServerProtocol.setClientType(ControlObjectType value)
Sets SCS client type. Default value is Application . |
void |
SolutionControlServerProtocol.setControlObjectType(ControlObjectType value)
Deprecated. |
Uses of ControlObjectType in com.genesyslab.platform.management.protocol.solutioncontrolserver |
---|
Fields in com.genesyslab.platform.management.protocol.solutioncontrolserver declared as ControlObjectType | |
---|---|
static ControlObjectType |
ControlObjectType.AlarmCondition
|
static ControlObjectType |
ControlObjectType.Application
|
static ControlObjectType |
ControlObjectType.Host
|
static ControlObjectType |
ControlObjectType.Solution
|
static ControlObjectType |
ControlObjectType.Unknown
|
Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver that return ControlObjectType | |
---|---|
static ControlObjectType |
ControlObjectType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static ControlObjectType |
ControlObjectType.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver that return types with arguments of type ControlObjectType | |
---|---|
static java.util.Collection<ControlObjectType> |
ControlObjectType.values()
Returns all values of the enumeration. |
Uses of ControlObjectType in com.genesyslab.platform.management.protocol.solutioncontrolserver.events |
---|
Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver.events that return ControlObjectType | |
---|---|
abstract ControlObjectType |
EventInfo.getControlObjectType()
Object type. |
abstract ControlObjectType |
EventError.getControlObjectType()
Object type. |
abstract ControlObjectType |
EventCustomInfo.getControlObjectType()
Object type. |
abstract ControlObjectType |
EventAlarmInfo.getControlObjectType()
Object type. |
Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver.events with parameters of type ControlObjectType | |
---|---|
static EventAlarmInfo |
EventAlarmInfo.create(ControlObjectType controlObjectType,
java.lang.Integer controlObjectId,
java.lang.Integer alarmConditionId,
java.lang.Integer activationTime,
java.lang.Integer expirationTimeout,
java.lang.String description,
AlarmDescription alarmDescription,
java.lang.Integer controlStatus)
Creates instance of EventAlarmInfo with all parameters set. |
static EventCustomInfo |
EventCustomInfo.create(java.lang.Integer client,
ControlObjectType controlObjectType,
java.lang.Integer controlObjectId,
byte[] customData)
Creates instance of EventCustomInfo with all parameters set. |
static EventInfo |
EventInfo.create(java.lang.Integer client,
ControlObjectType controlObjectType,
java.lang.Integer controlObjectId,
java.lang.String description,
ApplicationExecutionMode executionMode,
java.lang.Integer controlStatus)
Creates instance of EventInfo with all parameters set. |
static EventError |
EventError.create(java.lang.Integer client,
Errors errorCode,
ControlObjectType controlObjectType,
java.lang.Integer controlObjectId,
java.lang.String description)
Creates instance of EventError with all parameters set. |
abstract void |
EventInfo.setControlObjectType(ControlObjectType controlObjectType)
Object type. |
abstract void |
EventError.setControlObjectType(ControlObjectType controlObjectType)
Object type. |
abstract void |
EventCustomInfo.setControlObjectType(ControlObjectType controlObjectType)
Object type. |
abstract void |
EventAlarmInfo.setControlObjectType(ControlObjectType controlObjectType)
Object type. |
Uses of ControlObjectType in com.genesyslab.platform.management.protocol.solutioncontrolserver.requests |
---|
Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver.requests that return ControlObjectType | |
---|---|
abstract ControlObjectType |
RequestUnsubscribe.getControlObjectType()
Object type. |
abstract ControlObjectType |
RequestSubscribe.getControlObjectType()
Object type. |
Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver.requests with parameters of type ControlObjectType | |
---|---|
static RequestUnsubscribe |
RequestUnsubscribe.create(ControlObjectType controlObjectType,
java.lang.Integer controlObjectId)
Creates instance of RequestUnsubscribe with all parameters set. |
static RequestSubscribe |
RequestSubscribe.create(ControlObjectType controlObjectType,
java.lang.Integer controlObjectId)
Creates instance of RequestSubscribe with all parameters set. |
abstract void |
RequestUnsubscribe.setControlObjectType(ControlObjectType controlObjectType)
Object type. |
abstract void |
RequestSubscribe.setControlObjectType(ControlObjectType controlObjectType)
Object type. |
Uses of ControlObjectType in com.genesyslab.platform.management.protocol.solutioncontrolserver.runtime.channel |
---|
Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver.runtime.channel that return ControlObjectType | |
---|---|
abstract ControlObjectType |
RequestRegisterClient.getControlObjectType()
Object type. |
Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver.runtime.channel with parameters of type ControlObjectType | |
---|---|
static RequestRegisterClient |
RequestRegisterClient.create(java.lang.Integer controlObjectId,
java.lang.Integer connectCode,
ControlObjectType controlObjectType,
java.lang.String userName,
java.lang.String applicationName)
Creates instance of RequestRegisterClient with all parameters set. |
abstract void |
RequestRegisterClient.setControlObjectType(ControlObjectType controlObjectType)
Object type. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |