public class ActiveMQTemporaryTopic extends ActiveMQTopic implements javax.jms.TemporaryTopic
ActiveMQDestination.TYPE
name, QUEUE_QUALIFIED_PREFIX, TEMP_QUEUE_QUALIFED_PREFIX, TEMP_TOPIC_QUALIFED_PREFIX, TOPIC_QUALIFIED_PREFIX
Modifier | Constructor and Description |
---|---|
protected |
ActiveMQTemporaryTopic(String address,
String name,
ActiveMQSession session) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
createAddressFromName, getTopicName, toString
createDestination, createQueue, createQueueAddressFromName, createQueueNameForSharedSubscription, createQueueNameForSubscription, createTemporaryQueue, createTemporaryQueue, createTemporaryQueue, createTemporaryTopic, createTemporaryTopic, createTemporaryTopic, createTopic, createTopicAddressFromName, decomposeQueueNameForDurableSubscription, delete, fromPrefixedName, getAddress, getName, getReference, getSimpleAddress, getType, isQueue, isTemporary
protected ActiveMQTemporaryTopic(String address, String name, ActiveMQSession session)
public boolean equals(Object o)
equals
in class ActiveMQTopic
public int hashCode()
hashCode
in class ActiveMQTopic
Copyright © 2018 The Apache Software Foundation. All rights reserved.