Uses of Class
de.xima.fc.cluster.model.ChannelCommunicationData
Packages that use ChannelCommunicationData
Package
Description
- 
Uses of ChannelCommunicationData in de.xima.fc.cluster.interfaces.listener
Methods in de.xima.fc.cluster.interfaces.listener with parameters of type ChannelCommunicationDataModifier and TypeMethodDescriptionvoidIClusterChannelStateListener.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 ChannelCommunicationDataModifier and TypeMethodDescriptionvoidIClusterChannelStateObserver.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 ChannelCommunicationDataModifier and TypeMethodDescriptionvoidClusterChannelStateObserver.closed(ChannelCommunicationData channelData) voidClusterChannelStateObserver.connected(ChannelCommunicationData channelData) voidClusterChannelStateObserver.disconnected(ChannelCommunicationData channelData)