|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelOpenedEvent | |
---|---|
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 |
Uses of ChannelOpenedEvent in com.genesyslab.platform.clusterprotocol |
---|
Methods in com.genesyslab.platform.clusterprotocol with parameters of type ChannelOpenedEvent | |
---|---|
protected void |
AbstractClusterChannel.fireOpenedInternalChannelEvent(ChannelOpenedEvent event)
|
void |
ClusterChannelListener.onInternalChannelOpened(ChannelOpenedEvent event)
Notifies about cluster node connection open. |
Method parameters in com.genesyslab.platform.clusterprotocol with type arguments of type ChannelOpenedEvent | ||
---|---|---|
|
ClusterProtocolImpl.openAsync(CompletionHandler<ChannelOpenedEvent,? super A> handler,
A attachment)
|
|
|
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. |
Uses of ChannelOpenedEvent in com.genesyslab.platform.commons.protocol |
---|
Methods in com.genesyslab.platform.commons.protocol that return types with arguments of type ChannelOpenedEvent | |
---|---|
java.util.concurrent.Future<ChannelOpenedEvent> |
DuplexChannel.openAsync()
Method is asynchronous. |
java.util.concurrent.Future<ChannelOpenedEvent> |
ConnectionOperations.openAsync(Endpoint endpoint,
java.lang.Long timeout)
Method is asynchronous. |
java.util.concurrent.Future<ChannelOpenedEvent> |
DuplexChannel.openAsync(java.lang.Long timeout)
Method is asynchronous. |
java.util.concurrent.Future<ChannelOpenedEvent> |
ClientChannel.openAsync(java.lang.Long timeout)
|
Uses of ChannelOpenedEvent in com.genesyslab.platform.standby |
---|
Methods in com.genesyslab.platform.standby that return types with arguments of type ChannelOpenedEvent | |
---|---|
java.util.concurrent.Future<ChannelOpenedEvent> |
WarmStandby.openAsync()
Opens asynchronously the channel to any available server specified in the configuration. |
Method parameters in com.genesyslab.platform.standby with type arguments of type ChannelOpenedEvent | ||
---|---|---|
|
WarmStandby.openAsync(CompletionHandler<ChannelOpenedEvent,A> handler,
A attachment)
Opens asynchronously the channel to any available server specified in the configuration. |
Uses of ChannelOpenedEvent in com.genesyslab.platform.standby.events |
---|
Methods in com.genesyslab.platform.standby.events that return ChannelOpenedEvent | |
---|---|
ChannelOpenedEvent |
WSOpenedEvent.getChannelOpenedEvent()
Gets the channel opened event. |
Constructors in com.genesyslab.platform.standby.events with parameters of type ChannelOpenedEvent | |
---|---|
WSOpenedEvent(WarmStandby warmStandby,
ChannelOpenedEvent event)
Creates a WSOpenedEvent instance. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |