|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelClosedEvent | |
---|---|
com.genesyslab.platform.applicationblocks.commons.broker | |
com.genesyslab.platform.applicationblocks.warmstandby | |
com.genesyslab.platform.apptemplate.filtering.impl.configuration | |
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.events |
Uses of ChannelClosedEvent in com.genesyslab.platform.applicationblocks.commons.broker |
---|
Methods in com.genesyslab.platform.applicationblocks.commons.broker with parameters of type ChannelClosedEvent | |
---|---|
void |
RequestReceivingBrokerService.onChannelClosed(ChannelClosedEvent event)
Deprecated. |
void |
EventReceivingBrokerService.onChannelClosed(ChannelClosedEvent event)
Deprecated. this interface is going to be removed from this class |
Uses of ChannelClosedEvent in com.genesyslab.platform.applicationblocks.warmstandby |
---|
Methods in com.genesyslab.platform.applicationblocks.warmstandby that return ChannelClosedEvent | |
---|---|
ChannelClosedEvent |
WarmStandbyConnectionFailureContext.getEvent()
Gets the reason of the connection failure. |
Methods in com.genesyslab.platform.applicationblocks.warmstandby with parameters of type ChannelClosedEvent | |
---|---|
protected void |
WarmStandbyService.processConnectivityFailure(ChannelClosedEvent event)
Callback method for connection lost event handling. |
Uses of ChannelClosedEvent in com.genesyslab.platform.apptemplate.filtering.impl.configuration |
---|
Methods in com.genesyslab.platform.apptemplate.filtering.impl.configuration with parameters of type ChannelClosedEvent | |
---|---|
void |
FilterChainNotificationHandler.onChannelClosed(ChannelClosedEvent event)
Handles channel close event to clear filter context. |
Uses of ChannelClosedEvent in com.genesyslab.platform.clusterprotocol |
---|
Methods in com.genesyslab.platform.clusterprotocol with parameters of type ChannelClosedEvent | |
---|---|
protected void |
AbstractClusterChannel.fireClosedEvent(ChannelClosedEvent event)
|
protected void |
AbstractClusterChannel.fireClosedInternalChannelEvent(ChannelClosedEvent event)
|
void |
AbstractClusterChannel.IntChannelListener.onChannelClosed(ChannelClosedEvent event)
|
void |
ClusterChannelListener.onInternalChannelClosed(ChannelClosedEvent event)
Notifies about cluster node connection close. |
Method parameters in com.genesyslab.platform.clusterprotocol with type arguments of type ChannelClosedEvent | ||
---|---|---|
|
ClusterProtocolImpl.closeAsync(CompletionHandler<ChannelClosedEvent,? super A> handler,
A attachment)
|
|
|
ClusterProtocol.closeAsync(CompletionHandler<ChannelClosedEvent,? super A> handler,
A attachment)
Initiates connections close to all of the cluster nodes. Provided Completion Handler will be notified when all cluster nodes connections got closed. |
Constructors in com.genesyslab.platform.clusterprotocol with parameters of type ChannelClosedEvent | |
---|---|
AbstractClusterChannel.ChannelClosedVisitor(ChannelClosedEvent event)
|
Uses of ChannelClosedEvent in com.genesyslab.platform.commons.protocol |
---|
Methods in com.genesyslab.platform.commons.protocol that return ChannelClosedEvent | |
---|---|
protected ChannelClosedEvent |
DuplexChannel.createChannelClosedEvent(ChannelState prevState,
java.lang.Throwable cause)
|
protected ChannelClosedEvent |
AbstractChannel.createChannelClosedEvent(ChannelState prevState,
java.lang.Throwable cause)
|
Methods in com.genesyslab.platform.commons.protocol that return types with arguments of type ChannelClosedEvent | |
---|---|
java.util.concurrent.Future<ChannelClosedEvent> |
DuplexChannel.closeAsync()
Close the channel asynchronously. |
java.util.concurrent.Future<ChannelClosedEvent> |
ConnectionOperations.closeAsync()
Close the channel asynchronously. |
java.util.concurrent.Future<ChannelClosedEvent> |
ClientChannel.closeAsync()
|
Methods in com.genesyslab.platform.commons.protocol with parameters of type ChannelClosedEvent | |
---|---|
void |
IgnoringMessageReceiverSupport.onChannelClosed(ChannelClosedEvent event)
|
void |
ChannelListener.onChannelClosed(ChannelClosedEvent event)
onChannelClosed is called when the channel closed by any reason. |
void |
AbstractQueueReceiver.onChannelClosed(ChannelClosedEvent event)
|
void |
ServerChannelListener.onClientChannelClosed(ChannelClosedEvent event)
|
protected void |
DuplexChannel.onFireClosed(ChannelClosedEvent event)
|
protected void |
AbstractChannel.onFireClosed(ChannelClosedEvent event)
|
Method parameters in com.genesyslab.platform.commons.protocol with type arguments of type ChannelClosedEvent | ||
---|---|---|
|
DuplexChannel.closeAsync(CompletionHandler<ChannelClosedEvent,A> handler,
A attachment)
|
|
|
AsyncChannelOperations.closeAsync(CompletionHandler<ChannelClosedEvent,A> handler,
A attachment)
Close channel asynchronously. |
|
|
DuplexChannel.closeAsync(long timeout,
CompletionHandler<ChannelClosedEvent,A> handler,
A attachment)
|
|
|
ClientChannel.closeAsync(long timeout,
CompletionHandler<ChannelClosedEvent,A> handler,
A attachment)
|
|
|
AsyncChannelOperations.closeAsync(long timeout,
CompletionHandler<ChannelClosedEvent,A> handler,
A attachment)
Open channel asynchronously. |
Uses of ChannelClosedEvent in com.genesyslab.platform.standby.events |
---|
Constructors in com.genesyslab.platform.standby.events with parameters of type ChannelClosedEvent | |
---|---|
WSDisconnectedEvent(WarmStandby warmStandby,
ChannelClosedEvent event)
Creates a instance of WSDisconnectedEvent. |
|
WSTriedUnsuccessfullyEvent(WarmStandby warmStandby,
ChannelClosedEvent event)
Creates a WSTriedUnsuccessfullyEvent instance. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |