Class ActiveMQTopic

    • Constructor Detail

      • ActiveMQTopic

        public ActiveMQTopic()
      • ActiveMQTopic

        public ActiveMQTopic​(String address)
      • ActiveMQTopic

        public ActiveMQTopic​(SimpleString address)
      • ActiveMQTopic

        public ActiveMQTopic​(String address,
                             boolean temporary)
      • ActiveMQTopic

        protected ActiveMQTopic​(String address,
                                boolean temporary,
                                ActiveMQSession session)
        Parameters:
        address -
        temporary -
        session -
    • Method Detail

      • getTopicName

        public String getTopicName()
        Description copied from interface: Topic
        Gets the name of this topic.

        Clients that depend upon the name are not portable.

        Specified by:
        getTopicName in interface Topic
        Returns:
        the topic name
      • toString

        public String toString()
        Description copied from interface: Topic
        Returns a string representation of this object.
        Specified by:
        toString in interface Topic
        Overrides:
        toString in class ActiveMQDestination
        Returns:
        the provider-specific identity values for this topic