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.localcontrolagent.events | |
com.genesyslab.platform.management.protocol.localcontrolagent.requests | |
com.genesyslab.platform.management.protocol.localcontrolagent.responses | |
com.genesyslab.platform.management.protocol.localcontrolagent.runtime.channel |
This package is used internally by the protocol.
|
com.genesyslab.platform.management.protocol.solutioncontrolserver.events | |
com.genesyslab.platform.management.protocol.solutioncontrolserver.requests.applications |
Modifier and Type | Method | Description |
---|---|---|
ApplicationExecutionMode |
LcaConfiguration.getExecutionMode() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
LcaConfiguration.setExecutionMode(ApplicationExecutionMode executionMode) |
Deprecated.
|
Modifier and Type | Field | Description |
---|---|---|
static ApplicationExecutionMode |
ApplicationExecutionMode.Backup |
|
static ApplicationExecutionMode |
ApplicationExecutionMode.Exiting |
|
static ApplicationExecutionMode |
ApplicationExecutionMode.Primary |
Modifier and Type | Method | Description |
---|---|---|
ApplicationExecutionMode |
LocalControlAgentProtocol.getExecutionMode() |
Returns initial execution mode value to be reported to LCA on the handshake
procedure (connection open).
Default value is Primary . |
ApplicationExecutionMode |
LocalControlAgentProtocolHandshakeOptions.getExecutionMode() |
Returns initial execution mode value to be reported to LCA on the handshake
procedure (connection open).
Default value is Primary . |
Modifier and Type | Method | Description |
---|---|---|
void |
LocalControlAgentProtocol.setExecutionMode(ApplicationExecutionMode execMode) |
Sets initial execution mode value to be reported to LCA on the handshake
procedure (connection open).
Default value is Primary . |
void |
LocalControlAgentProtocolHandshakeOptions.setExecutionMode(ApplicationExecutionMode execMode) |
Sets initial execution mode value to be reported to LCA on the handshake
procedure (connection open).
Default value is Primary . |
Modifier and Type | Method | Description |
---|---|---|
abstract ApplicationExecutionMode |
EventChangeExecutionMode.getExecutionMode() |
|
abstract ApplicationExecutionMode |
LcaEvent.getExecutionMode() |
Modifier and Type | Method | Description |
---|---|---|
static EventChangeExecutionMode |
EventChangeExecutionMode.create(ApplicationExecutionMode executionMode,
java.lang.Integer controlObjectId,
java.lang.Integer processId) |
Creates instance of EventChangeExecutionMode with all parameters set.
|
static LcaEvent |
LcaEvent.create(ApplicationExecutionMode executionMode,
java.lang.Integer controlObjectId) |
Creates instance of LcaEvent with all parameters set.
|
abstract void |
EventChangeExecutionMode.setExecutionMode(ApplicationExecutionMode executionMode) |
|
abstract void |
LcaEvent.setExecutionMode(ApplicationExecutionMode executionMode) |
Modifier and Type | Method | Description |
---|---|---|
abstract ApplicationExecutionMode |
RequestUpdateStatus.getExecutionMode() |
Modifier and Type | Method | Description |
---|---|---|
static RequestUpdateStatus |
RequestUpdateStatus.create(java.lang.String applicationName,
java.lang.Integer controlStatus,
java.lang.Integer processId,
ApplicationExecutionMode executionMode,
java.lang.Integer controlObjectId) |
Creates instance of RequestUpdateStatus with all parameters set.
|
abstract void |
RequestUpdateStatus.setExecutionMode(ApplicationExecutionMode executionMode) |
Modifier and Type | Method | Description |
---|---|---|
abstract ApplicationExecutionMode |
ResponseExecutionModeChanged.getExecutionMode() |
Modifier and Type | Method | Description |
---|---|---|
static ResponseExecutionModeChanged |
ResponseExecutionModeChanged.create(ApplicationExecutionMode executionMode) |
Creates instance of ResponseExecutionModeChanged with required parameters set.
|
static ResponseExecutionModeChanged |
ResponseExecutionModeChanged.create(ApplicationExecutionMode executionMode,
java.lang.Integer processId) |
Creates instance of ResponseExecutionModeChanged with all parameters set.
|
abstract void |
ResponseExecutionModeChanged.setExecutionMode(ApplicationExecutionMode executionMode) |
Modifier and Type | Method | Description |
---|---|---|
abstract ApplicationExecutionMode |
EventApplicationRegistered.getExecutionMode() |
|
abstract ApplicationExecutionMode |
RequestRegisterApplication.getExecutionMode() |
Modifier and Type | Method | Description |
---|---|---|
static EventApplicationRegistered |
EventApplicationRegistered.create(java.lang.Integer processId,
ApplicationExecutionMode executionMode,
java.lang.Integer controlObjectId) |
Creates instance of EventApplicationRegistered with all parameters set.
|
static RequestRegisterApplication |
RequestRegisterApplication.create(java.lang.Integer controlObjectId,
java.lang.String applicationName,
java.lang.String password,
java.lang.Integer processId,
ApplicationExecutionMode executionMode) |
Creates instance of RequestRegisterApplication.
|
static RequestRegisterApplication |
RequestRegisterApplication.create(java.lang.Integer controlObjectId,
java.lang.String applicationName,
java.lang.String password,
java.lang.Integer processId,
ApplicationExecutionMode executionMode,
java.lang.Integer controlStatus,
java.lang.Integer applicationType) |
Creates instance of RequestRegisterApplication.
|
abstract void |
EventApplicationRegistered.setExecutionMode(ApplicationExecutionMode executionMode) |
|
abstract void |
RequestRegisterApplication.setExecutionMode(ApplicationExecutionMode executionMode) |
Modifier and Type | Method | Description |
---|---|---|
abstract ApplicationExecutionMode |
EventInfo.getExecutionMode() |
no desc.
|
Modifier and Type | Method | Description |
---|---|---|
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 |
EventInfo.setExecutionMode(ApplicationExecutionMode executionMode) |
no desc.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ApplicationExecutionMode |
RequestChangeExecutionMode.getExecutionMode() |
no desc.
|
Modifier and Type | Method | Description |
---|---|---|
static RequestChangeExecutionMode |
RequestChangeExecutionMode.create(java.lang.Integer controlObjectId,
ApplicationExecutionMode executionMode) |
Creates instance of RequestChangeExecutionMode with all parameters set.
|
abstract void |
RequestChangeExecutionMode.setExecutionMode(ApplicationExecutionMode executionMode) |
no desc.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.