Platform SDK Java 8.5 API Reference

com.genesyslab.platform.clusterprotocol
Interface ClusterChannelListener

All Superinterfaces:
ChannelListener, Listener

public interface ClusterChannelListener
extends ChannelListener

Channel listening interface extension for Cluster Protocol type.
It allows applications to handle Opened/Closed events of protocol nodes of the cluster channel.


Method Summary
 void onInternalChannelClosed(ChannelClosedEvent event)
          Notifies about cluster node connection close.
 void onInternalChannelOpened(ChannelOpenedEvent event)
          Notifies about cluster node connection open.
 
Methods inherited from interface com.genesyslab.platform.commons.protocol.ChannelListener
onChannelClosed, onChannelError, onChannelOpened
 

Method Detail

onInternalChannelOpened

void onInternalChannelOpened(ChannelOpenedEvent event)
Notifies about cluster node connection open.

Parameters:
event - channel opened event from the protocol node.

onInternalChannelClosed

void onInternalChannelClosed(ChannelClosedEvent event)
Notifies about cluster node connection close.

Parameters:
event - channel closed event from the protocol node.

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.