|
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.clusterprotocol.AbstractClusterChannel.IntChannelListener
protected class AbstractClusterChannel.IntChannelListener
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 |
---|
protected AbstractClusterChannel.IntChannelListener()
Method Detail |
---|
public void onChannelOpened(java.util.EventObject event)
ChannelListener
onChannelOpened
in interface ChannelListener
event
- details.public void onChannelClosed(ChannelClosedEvent event)
ChannelListener
onChannelClosed
in interface ChannelListener
event
- details. See event.getCause() to analize the source reason.public void onChannelError(ChannelErrorEvent event)
ChannelListener
onChannelError
in interface ChannelListener
event
- details. See event.getCause() to analize the problem source.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |