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