Package | Description |
---|---|
com.genesyslab.platform.clusterprotocol |
Cluster Protocol Application Block
|
com.genesyslab.platform.commons.protocol |
Contains classes that support the
Protocol objects
used by applications developed with the Platform SDKs. |
com.genesyslab.platform.configuration.protocol.exceptions |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractClusterChannel.open() |
Initiates connections to the initialized set of cluster nodes.
Cluster Protocol will become Opened when at least one node is connected. |
void |
ClusterProtocolImpl.open(long timeout) |
Initiates connections to the initialized set of cluster nodes.
Cluster Protocol will become Opened when at least one node is connected. |
Modifier and Type | Method | Description |
---|---|---|
protected abstract boolean |
ClientChannel.SimpleRegistrationHandler.isResponseAccepted(Message response) |
Deprecated.
Checks if message is valid response for registration message.
|
void |
Channel.open() |
Opens the channel by opening underlying connection
including protocol specific handshake procedure.
This method will block until connection is opened or detects an error condition, possibly forever. |
void |
Channel.open(long timeout) |
Opens the channel by opening underlying connection
including protocol specific handshake procedure using
specified protocol timeout value.
Timeout can be set to following values: positive value - time in ms. |
void |
ClientChannel.open(long timeout) |
|
void |
DuplexChannel.open() |
Opens the channel by opening underlying connection
including protocol specific handshake procedure.
This method will block until connection is opened or detects an error condition, possibly forever. |
void |
DuplexChannel.open(long openTimeout) |
Opens the channel by opening underlying connection
including protocol specific handshake procedure using
specified protocol timeout value.
Timeout can be set to following values: positive value - time in ms. |
Modifier and Type | Class | Description |
---|---|---|
class |
ChangePasswordException |
ChangePasswordException exception is thrown in case
when a user is required to change the password during
registration process/handshake. |
class |
ConfRegistrationException |
Thrown when there are problems during client registration stage of
channel opening to configuration server.
|
class |
SessionRejectedException |
This exception may be thrown when EventError2 (
MSG_DISCONNECTED )
is arrived from server. |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.