Platform SDK Java 8.5 API Reference

com.genesyslab.platform.clusterprotocol
Class AbstractClusterChannel.IntChannelListener

java.lang.Object
  extended by com.genesyslab.platform.clusterprotocol.AbstractClusterChannel.IntChannelListener
All Implemented Interfaces:
ChannelListener, Listener
Enclosing class:
AbstractClusterChannel<P extends ClientChannel>

protected class AbstractClusterChannel.IntChannelListener
extends java.lang.Object
implements ChannelListener


Constructor Summary
protected AbstractClusterChannel.IntChannelListener()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractClusterChannel.IntChannelListener

protected AbstractClusterChannel.IntChannelListener()
Method Detail

onChannelOpened

public void onChannelOpened(java.util.EventObject event)
Description copied from interface: ChannelListener
onChannelOpened is called when the channel opening will be completed successfully.

Specified by:
onChannelOpened in interface ChannelListener
Parameters:
event - details.

onChannelClosed

public void onChannelClosed(ChannelClosedEvent event)
Description copied from interface: ChannelListener
onChannelClosed is called when the channel closed by any reason.

Specified by:
onChannelClosed in interface ChannelListener
Parameters:
event - details. See event.getCause() to analize the source reason.

onChannelError

public void onChannelError(ChannelErrorEvent event)
Description copied from interface: ChannelListener
onChannelError is called when some not critical channel error occurs. (like unknown attribute in message occurs)

Specified by:
onChannelError in interface ChannelListener
Parameters:
event - details. See event.getCause() to analize the problem source.

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.