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 voidIClusterChannelStateListener. closed(ChannelCommunicationData channelData)Invoked when the channel for a node was closed.voidIClusterChannelStateListener. connected(ChannelCommunicationData channelData)Invoked when the connection to a node was established.voidIClusterChannelStateListener. 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 voidIClusterChannelStateObserver. closed(ChannelCommunicationData channelData)Method that should be called when the channel was closed.voidIClusterChannelStateObserver. connected(ChannelCommunicationData channelData)Method that should be called when the connection to a node was established.voidIClusterChannelStateObserver. 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 voidClusterChannelStateObserver. closed(ChannelCommunicationData channelData)voidClusterChannelStateObserver. connected(ChannelCommunicationData channelData)voidClusterChannelStateObserver. disconnected(ChannelCommunicationData channelData) 
 -