Package de.xima.fc.cluster.model
Class ChannelCommunicationData
java.lang.Object
de.xima.fc.cluster.model.ChannelCommunicationData
- All Implemented Interfaces:
 Serializable
Models the state of a cluster channel for a node in the cluster.
- Since:
 - 3.1.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionChannelCommunicationData(String clusterName, String nodeName, String channelState) Creates a new data set that describes the state of a channel in the cluster. - 
Method Summary
 
- 
Constructor Details
- 
ChannelCommunicationData
Creates a new data set that describes the state of a channel in the cluster.- Parameters:
 clusterName- Name of the cluster.nodeName- Name of the node.channelState- State of the channel for the node in the cluster.
 
 - 
 - 
Method Details