Class 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 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.
    • Method Detail

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