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.standby | |
com.genesyslab.platform.standby.events |
Modifier and Type | Method | Description |
---|---|---|
protected void |
AbstractClusterChannel.fireOpenedInternalChannelEvent(ChannelOpenedEvent event) |
|
void |
ClusterChannelListener.onInternalChannelOpened(ChannelOpenedEvent event) |
Notifies about cluster node connection open.
|
Modifier and Type | Method | Description |
---|---|---|
<A> void |
ClusterProtocol.openAsync(CompletionHandler<ChannelOpenedEvent,? super A> handler,
A attachment) |
Initiates connections to the initialized set of cluster nodes.
The completion handler will be notified by the first connection open event. |
<A> void |
ClusterProtocolImpl.openAsync(CompletionHandler<ChannelOpenedEvent,? super A> handler,
A attachment) |
Modifier and Type | Method | Description |
---|---|---|
java.util.concurrent.Future<ChannelOpenedEvent> |
ClientChannel.openAsync(java.lang.Long timeout) |
|
java.util.concurrent.Future<ChannelOpenedEvent> |
ConnectionOperations.openAsync(Endpoint endpoint,
java.lang.Long timeout) |
Method is asynchronous.
|
java.util.concurrent.Future<ChannelOpenedEvent> |
DuplexChannel.openAsync() |
Method is asynchronous.
|
java.util.concurrent.Future<ChannelOpenedEvent> |
DuplexChannel.openAsync(java.lang.Long timeout) |
Method is asynchronous.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.concurrent.Future<ChannelOpenedEvent> |
WarmStandby.openAsync() |
Opens asynchronously the channel to any available server specified in the
configuration.
|
Modifier and Type | Method | Description |
---|---|---|
<A> void |
WarmStandby.openAsync(CompletionHandler<ChannelOpenedEvent,A> handler,
A attachment) |
Opens asynchronously the channel to any available server specified in the
configuration.
|
Modifier and Type | Method | Description |
---|---|---|
ChannelOpenedEvent |
WSOpenedEvent.getChannelOpenedEvent() |
Gets the channel opened event.
|
Constructor | Description |
---|---|
WSOpenedEvent(WarmStandby warmStandby,
ChannelOpenedEvent event) |
Creates a WSOpenedEvent instance.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.