|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClusterChannelListener
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 |
---|
void onInternalChannelOpened(ChannelOpenedEvent event)
event
- channel opened event from the protocol node.void onInternalChannelClosed(ChannelClosedEvent event)
event
- channel closed event from the protocol node.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |