|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.standby.WSHandler
com.genesyslab.platform.clusterprotocol.AbstractClusterChannel.IntWsHandler
protected class AbstractClusterChannel.IntWsHandler
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 |
---|
protected final com.genesyslab.platform.clusterprotocol.ProtocolNodeRec protocolItem
Constructor Detail |
---|
public AbstractClusterChannel.IntWsHandler(com.genesyslab.platform.clusterprotocol.ProtocolNodeRec protocolItem)
Method Detail |
---|
public void onChannelOpened(WSOpenedEvent event)
IWSHandler
onChannelOpened
in interface IWSHandler
onChannelOpened
in class WSHandler
event
- provides additional information about the event.public void onChannelDisconnected(WSDisconnectedEvent event)
IWSHandler
onChannelDisconnected
in interface IWSHandler
onChannelDisconnected
in class WSHandler
event
- provides additional information about channel closing.public void onEndpointTriedUnsuccessfully(WSTriedUnsuccessfullyEvent event)
IWSHandler
onEndpointTriedUnsuccessfully
in interface IWSHandler
onEndpointTriedUnsuccessfully
in class WSHandler
event
- provides additional information about the fail.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |