Package de.xima.fc.cluster.model
Class ChannelCommunicationData
- java.lang.Object
-
- de.xima.fc.cluster.model.ChannelCommunicationData
-
- All Implemented Interfaces:
Serializable
public class ChannelCommunicationData extends Object implements Serializable
Models the state of a cluster channel for a node in the cluster.- Since:
- 3.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelCommunicationData(String clusterName, String nodeName, String channelState)
Creates a new data set that describes the state of a channel in the cluster.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChannelState()
String
getClusterName()
String
getNodeName()
String
toString()
-
-
-
Constructor Detail
-
ChannelCommunicationData
public ChannelCommunicationData(String clusterName, String nodeName, String channelState)
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.
-
-