Package | Description |
---|---|
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 |
Modifier and Type | Method | Description |
---|---|---|
void |
EventReceivingBrokerService.onChannelClosed(ChannelClosedEvent event) |
Deprecated.
this interface is going to be removed from this class
|
void |
RequestReceivingBrokerService.onChannelClosed(ChannelClosedEvent event) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
ChannelClosedEvent |
WarmStandbyConnectionFailureContext.getEvent() |
Gets the reason of the connection failure.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
WarmStandbyService.processConnectivityFailure(ChannelClosedEvent event) |
Callback method for connection lost event handling.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FilterChainNotificationHandler.onChannelClosed(ChannelClosedEvent event) |
Handles channel close event to clear filter context.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
<A> void |
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. |
<A> void |
ClusterProtocolImpl.closeAsync(CompletionHandler<ChannelClosedEvent,? super A> handler,
A attachment) |
Constructor | Description |
---|---|
ChannelClosedVisitor(ChannelClosedEvent event) |
Modifier and Type | Method | Description |
---|---|---|
protected ChannelClosedEvent |
AbstractChannel.createChannelClosedEvent(ChannelState prevState,
java.lang.Throwable cause) |
|
protected ChannelClosedEvent |
DuplexChannel.createChannelClosedEvent(ChannelState prevState,
java.lang.Throwable cause) |
Modifier and Type | Method | Description |
---|---|---|
java.util.concurrent.Future<ChannelClosedEvent> |
ClientChannel.closeAsync() |
|
java.util.concurrent.Future<ChannelClosedEvent> |
ConnectionOperations.closeAsync() |
Close the channel asynchronously.
|
java.util.concurrent.Future<ChannelClosedEvent> |
DuplexChannel.closeAsync() |
Close the channel asynchronously.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractQueueReceiver.onChannelClosed(ChannelClosedEvent event) |
|
void |
ChannelListener.onChannelClosed(ChannelClosedEvent event) |
onChannelClosed is called when the channel closed by any reason.
|
void |
IgnoringMessageReceiverSupport.onChannelClosed(ChannelClosedEvent event) |
|
void |
ServerChannelListener.onClientChannelClosed(ChannelClosedEvent event) |
|
protected void |
AbstractChannel.onFireClosed(ChannelClosedEvent event) |
|
protected void |
DuplexChannel.onFireClosed(ChannelClosedEvent event) |
Modifier and Type | Method | Description |
---|---|---|
<A> void |
AsyncChannelOperations.closeAsync(long timeout,
CompletionHandler<ChannelClosedEvent,A> handler,
A attachment) |
Open channel asynchronously.
|
<A> void |
AsyncChannelOperations.closeAsync(CompletionHandler<ChannelClosedEvent,A> handler,
A attachment) |
Close channel asynchronously.
|
<A> void |
ClientChannel.closeAsync(long timeout,
CompletionHandler<ChannelClosedEvent,A> handler,
A attachment) |
|
<A> void |
DuplexChannel.closeAsync(long timeout,
CompletionHandler<ChannelClosedEvent,A> handler,
A attachment) |
|
<A> void |
DuplexChannel.closeAsync(CompletionHandler<ChannelClosedEvent,A> handler,
A attachment) |
Constructor | Description |
---|---|
WSDisconnectedEvent(WarmStandby warmStandby,
ChannelClosedEvent event) |
Creates a instance of WSDisconnectedEvent.
|
WSTriedUnsuccessfullyEvent(WarmStandby warmStandby,
ChannelClosedEvent event) |
Creates a WSTriedUnsuccessfullyEvent 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.