Platform SDK Java 8.5 API Reference

com.genesyslab.platform.clusterprotocol
Class AbstractClusterChannel.IntWsHandler

java.lang.Object
  extended by com.genesyslab.platform.standby.WSHandler
      extended by com.genesyslab.platform.clusterprotocol.AbstractClusterChannel.IntWsHandler
All Implemented Interfaces:
IWSHandler
Enclosing class:
AbstractClusterChannel<P extends ClientChannel>

protected class AbstractClusterChannel.IntWsHandler
extends WSHandler


Field Summary
protected  com.genesyslab.platform.clusterprotocol.ProtocolNodeRec protocolItem
           
 
Constructor Summary
AbstractClusterChannel.IntWsHandler(com.genesyslab.platform.clusterprotocol.ProtocolNodeRec protocolItem)
           
 
Method Summary
 void onChannelDisconnected(WSDisconnectedEvent event)
          It is called when the channel disconnection occurs.
 void onChannelOpened(WSOpenedEvent event)
          It is called when the channel has been opened.
 void onEndpointTriedUnsuccessfully(WSTriedUnsuccessfullyEvent event)
          It is called when the channel hasn't been opened due to some error.
 
Methods inherited from class com.genesyslab.platform.standby.WSHandler
onAllEndpointsTriedUnsuccessfully
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocolItem

protected final com.genesyslab.platform.clusterprotocol.ProtocolNodeRec protocolItem
Constructor Detail

AbstractClusterChannel.IntWsHandler

public AbstractClusterChannel.IntWsHandler(com.genesyslab.platform.clusterprotocol.ProtocolNodeRec protocolItem)
Method Detail

onChannelOpened

public void onChannelOpened(WSOpenedEvent event)
Description copied from interface: IWSHandler
It is called when the channel has been opened.

Specified by:
onChannelOpened in interface IWSHandler
Overrides:
onChannelOpened in class WSHandler
Parameters:
event - provides additional information about the event.

onChannelDisconnected

public void onChannelDisconnected(WSDisconnectedEvent event)
Description copied from interface: IWSHandler
It is called when the channel disconnection occurs.

Specified by:
onChannelDisconnected in interface IWSHandler
Overrides:
onChannelDisconnected in class WSHandler
Parameters:
event - provides additional information about channel closing.

onEndpointTriedUnsuccessfully

public void onEndpointTriedUnsuccessfully(WSTriedUnsuccessfullyEvent event)
Description copied from interface: IWSHandler
It is called when the channel hasn't been opened due to some error.

Specified by:
onEndpointTriedUnsuccessfully in interface IWSHandler
Overrides:
onEndpointTriedUnsuccessfully in class WSHandler
Parameters:
event - provides additional information about the fail.

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.