Uses of Class
de.xima.fc.cluster.model.ChannelCommunicationData
-
Packages that use ChannelCommunicationData Package Description de.xima.fc.cluster.interfaces.listener de.xima.fc.cluster.interfaces.observer de.xima.fc.cluster.observer -
-
Uses of ChannelCommunicationData in de.xima.fc.cluster.interfaces.listener
Methods in de.xima.fc.cluster.interfaces.listener with parameters of type ChannelCommunicationData Modifier and Type Method Description void
IClusterChannelStateListener. closed(ChannelCommunicationData channelData)
Invoked when the channel for a node was closed.void
IClusterChannelStateListener. connected(ChannelCommunicationData channelData)
Invoked when the connection to a node was established.void
IClusterChannelStateListener. disconnected(ChannelCommunicationData channelData)
Invoked when the connection to a node was cut. -
Uses of ChannelCommunicationData in de.xima.fc.cluster.interfaces.observer
Methods in de.xima.fc.cluster.interfaces.observer with parameters of type ChannelCommunicationData Modifier and Type Method Description void
IClusterChannelStateObserver. closed(ChannelCommunicationData channelData)
Method that should be called when the channel was closed.void
IClusterChannelStateObserver. connected(ChannelCommunicationData channelData)
Method that should be called when the connection to a node was established.void
IClusterChannelStateObserver. disconnected(ChannelCommunicationData channelData)
Method that should be called when the connection to a node was cut. -
Uses of ChannelCommunicationData in de.xima.fc.cluster.observer
Methods in de.xima.fc.cluster.observer with parameters of type ChannelCommunicationData Modifier and Type Method Description void
ClusterChannelStateObserver. closed(ChannelCommunicationData channelData)
void
ClusterChannelStateObserver. connected(ChannelCommunicationData channelData)
void
ClusterChannelStateObserver. disconnected(ChannelCommunicationData channelData)
-