Class Multicast

    • Field Detail

      • m_Connections

        protected Connection[] m_Connections
        the connections to balance.
    • Constructor Detail

      • Multicast

        public Multicast()
    • Method Detail

      • setConnections

        public void setConnections​(Connection[] value)
        Sets the connections to use.
        Parameters:
        value - the connections
      • getConnections

        public Connection[] getConnections()
        Returns the connections to use.
        Returns:
        the connections
      • connectionsTipText

        public String connectionsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • checkRequest

        protected String checkRequest​(RemoteCommand cmd)
        Hook method that checks the request command and setup for sending it.
        Overrides:
        checkRequest in class AbstractConnection
        Parameters:
        cmd - the command to check
        Returns:
        null if successful, otherwise error message
      • checkResponse

        protected String checkResponse​(RemoteCommand cmd)
        Hook method that checks the response command and setup for sending it.
        Overrides:
        checkResponse in class AbstractConnection
        Parameters:
        cmd - the command to check
        Returns:
        null if successful, otherwise error message