Package | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
ControlObjectType |
ScsConfiguration.getClientType() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ScsConfiguration.setClientType(ControlObjectType clientType) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
ControlObjectType |
SolutionControlServerProtocol.getClientType() |
Returns SCS client type.
Default value is Application . |
ControlObjectType |
SolutionControlServerProtocolHandshakeOptions.getClientType() |
Returns SCS client type.
Default value is Application . |
ControlObjectType |
SolutionControlServerProtocol.getControlObjectType() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SolutionControlServerProtocol.setClientType(ControlObjectType value) |
Sets SCS client type.
Default value is Application . |
void |
SolutionControlServerProtocolHandshakeOptions.setClientType(ControlObjectType clientType) |
Sets SCS client type.
Default value is Application . |
void |
SolutionControlServerProtocol.setControlObjectType(ControlObjectType value) |
Deprecated.
|
Modifier and Type | Field | Description |
---|---|---|
static ControlObjectType |
ControlObjectType.AlarmCondition |
|
static ControlObjectType |
ControlObjectType.Application |
|
static ControlObjectType |
ControlObjectType.Host |
|
static ControlObjectType |
ControlObjectType.Solution |
|
static ControlObjectType |
ControlObjectType.Unknown |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<ControlObjectType> |
ControlObjectType.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ControlObjectType |
EventAlarmInfo.getControlObjectType() |
Object type.
|
abstract ControlObjectType |
EventCustomInfo.getControlObjectType() |
Object type.
|
abstract ControlObjectType |
EventError.getControlObjectType() |
Object type.
|
abstract ControlObjectType |
EventInfo.getControlObjectType() |
Object type.
|
Modifier and Type | Method | Description |
---|---|---|
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 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.
|
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.
|
abstract void |
EventAlarmInfo.setControlObjectType(ControlObjectType controlObjectType) |
Object type.
|
abstract void |
EventCustomInfo.setControlObjectType(ControlObjectType controlObjectType) |
Object type.
|
abstract void |
EventError.setControlObjectType(ControlObjectType controlObjectType) |
Object type.
|
abstract void |
EventInfo.setControlObjectType(ControlObjectType controlObjectType) |
Object type.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ControlObjectType |
RequestSubscribe.getControlObjectType() |
Object type.
|
abstract ControlObjectType |
RequestUnsubscribe.getControlObjectType() |
Object type.
|
Modifier and Type | Method | Description |
---|---|---|
static RequestSubscribe |
RequestSubscribe.create(ControlObjectType controlObjectType,
java.lang.Integer controlObjectId) |
Creates instance of RequestSubscribe with all parameters set.
|
static RequestUnsubscribe |
RequestUnsubscribe.create(ControlObjectType controlObjectType,
java.lang.Integer controlObjectId) |
Creates instance of RequestUnsubscribe with all parameters set.
|
abstract void |
RequestSubscribe.setControlObjectType(ControlObjectType controlObjectType) |
Object type.
|
abstract void |
RequestUnsubscribe.setControlObjectType(ControlObjectType controlObjectType) |
Object type.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ControlObjectType |
RequestRegisterClient.getControlObjectType() |
Object type.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.