|
Platform SDK Java 8.5 API Reference | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Protocol
classes that your applications
can use to set up communication with Genesys Solution Control Server, Message
Server and Local Control Agents (LCAs).
See:
Description
Interface Summary | |
---|---|
LocalControlAgentProtocolHandshakeOptions | Dedicated interface to represent LCA protocol handshake parameters. |
MessageServerProtocolHandshakeOptions | Dedicated interface to represent Message Server protocol handshake parameters. |
SolutionControlServerProtocolHandshakeOptions | Dedicated interface to represent Solution Control Server protocol handshake parameters. |
Class Summary | |
---|---|
ApplicationExecutionMode | |
ApplicationStatus | |
HostStatus | |
LocalControlAgentProtocol | Use a LocalControlAgentProtocol object to establish
communication between a client application and Genesys Local Control Agent. |
MessageServerProtocol | Use a MessageServerProtocol object to establish
communication between a client application and Genesys Message Server. |
SolutionControlServerProtocol | Use an SolutionControlServerProtocol object to establish
communication between an agent application (or other client application)
and Solution ControlServer. |
SolutionStatus |
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).
These classes include
SolutionControlServerProtocol,
MessageServerProtocol,
and
LocalControlAgentProtocol.
When you write your applications, you will need to set up and open the
appropriate Protocol
object, as shown here for Solution Control
Server:
[Java] SolutionControlServerProtocol solutionControlServerProtocol = new SolutionControlServerProtocol( new Endpoint( solutionControlServerUri)); solutionControlServerProtocol.open();
events
and requests
packages
associated with this SDK, for example
com.genesyslab.platform.management.protocol.solutioncontrolserver.events
or
com.genesyslab.platform.management.protocol.solutioncontrolserver.requests
.For general information on the structure and usage of the Platform SDKs, please refer to the introductory articles located in the Platform SDK Developer's Guide.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |