Listener
ClusterChannelListener
, MessageReceiverSupport
, ReceiverSupport
, RequestReceiverSupport
, ServerChannelListener
AbstractClusterChannel.IntChannelListener
, AbstractQueueReceiver
, EventReceivingBrokerService
, FilterChainNotificationHandler
, IgnoringMessageReceiverSupport
, QueueMessageReceiver
, QueueRequestReceiver
, RequestReceivingBrokerService
public interface ChannelListener extends Listener
Modifier and Type | Method | Description |
---|---|---|
void |
onChannelClosed(ChannelClosedEvent event) |
onChannelClosed is called when the channel closed by any reason.
|
void |
onChannelError(ChannelErrorEvent event) |
onChannelError is called when some not critical channel error occurs.
|
void |
onChannelOpened(java.util.EventObject event) |
onChannelOpened is called when the channel opening will be completed successfully.
|
void onChannelOpened(java.util.EventObject event)
event
- details.void onChannelClosed(ChannelClosedEvent event)
event
- details. See event.getCause() to analize the source reason.void onChannelError(ChannelErrorEvent event)
event
- details. See event.getCause() to analize the problem source.Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.