Class ClusterTopic

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        define serialVersionUID for interoperability
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClusterTopic

        public ClusterTopic()
        Constructs an empty cluster topic.
      • ClusterTopic

        public ClusterTopic​(Hashtable cluster)
        Constructs a cluster topic.
        Parameters:
        cluster - Hashtable of the cluster agent destination.
    • Method Detail

      • toString

        public String toString()
        Returns a String image of the cluster queue.
        Specified by:
        toString in interface jakarta.jms.Topic
        Overrides:
        toString in class Object
      • getTopicName

        public String getTopicName()
                            throws jakarta.jms.JMSException
        API method.
        Specified by:
        getTopicName in interface jakarta.jms.Topic
        Throws:
        jakarta.jms.JMSException - Actually never thrown.