Class ActiveMQTemporaryTopic
- java.lang.Object
-
- org.apache.activemq.artemis.jndi.JNDIStorable
-
- org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- org.apache.activemq.artemis.jms.client.ActiveMQTopic
-
- org.apache.activemq.artemis.jms.client.ActiveMQTemporaryTopic
-
- All Implemented Interfaces:
java.io.Serializable,javax.jms.Destination,javax.jms.TemporaryTopic,javax.jms.Topic,javax.naming.Referenceable
public class ActiveMQTemporaryTopic extends ActiveMQTopic implements javax.jms.TemporaryTopic
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.activemq.artemis.jms.client.ActiveMQDestination
ActiveMQDestination.TYPE
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.artemis.jms.client.ActiveMQDestination
QUEUE_QUALIFIED_PREFIX, TEMP_QUEUE_QUALIFED_PREFIX, TEMP_TOPIC_QUALIFED_PREFIX, TOPIC_QUALIFIED_PREFIX
-
-
Constructor Summary
Constructors Constructor Description ActiveMQTemporaryTopic()ActiveMQTemporaryTopic(java.lang.String address, ActiveMQSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()-
Methods inherited from class org.apache.activemq.artemis.jms.client.ActiveMQTopic
getTopicName, toString
-
Methods inherited from class org.apache.activemq.artemis.jms.client.ActiveMQDestination
buildFromProperties, createDestination, createDestination, createQueue, createQueue, createQueue, createQueueAddressFromName, createQueueNameForSharedSubscription, createQueueNameForSubscription, createTemporaryQueue, createTemporaryQueue, createTemporaryQueue, createTemporaryQueue, createTemporaryTopic, createTemporaryTopic, createTemporaryTopic, createTemporaryTopic, createTopic, createTopic, createTopic, createTopicAddressFromName, decomposeQueueNameForDurableSubscription, delete, fromPrefixed1XName, fromPrefixedName, fromPrefixedName, getAddress, getName, getQueueAttributes, getQueueConfiguration, getSimpleAddress, getType, isCreated, isQueue, isTemporary, populateProperties, setAddress, setCreated, setSimpleAddress
-
Methods inherited from class org.apache.activemq.artemis.jndi.JNDIStorable
getReference, readObject, writeObject
-
-
-
-
Constructor Detail
-
ActiveMQTemporaryTopic
public ActiveMQTemporaryTopic()
-
ActiveMQTemporaryTopic
public ActiveMQTemporaryTopic(java.lang.String address, ActiveMQSession session)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classActiveMQTopic
-
hashCode
public int hashCode()
- Overrides:
hashCodein classActiveMQTopic
-
-