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 TypeMethodDescriptionvoid
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 ChannelCommunicationDataModifier and TypeMethodDescriptionvoid
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 ChannelCommunicationDataModifier and TypeMethodDescriptionvoid
ClusterChannelStateObserver.closed
(ChannelCommunicationData channelData) void
ClusterChannelStateObserver.connected
(ChannelCommunicationData channelData) void
ClusterChannelStateObserver.disconnected
(ChannelCommunicationData channelData)