Class ClusterQueue

    • Field Detail

      • serialVersionUID

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

      • ClusterQueue

        public ClusterQueue()
        Constructs an empty cluster queue.
      • ClusterQueue

        public ClusterQueue​(Hashtable cluster)
        Constructs a cluster queue.
        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.Queue
        Overrides:
        toString in class Object
      • getQueueName

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