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:
  • Constructor Details

    • 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.
  • Method Details

    • getClusterName

      public String getClusterName()
      Returns:
      The name of the cluster.
    • getNodeName

      public String getNodeName()
      Returns:
      The name of the node.
    • getChannelState

      public String getChannelState()
      Returns:
      The current state of the channel.
    • toString

      public String toString()
      Overrides:
      toString in class Object