public class ActiveMQTopic extends ActiveMQDestination implements Topic
ActiveMQDestination.TYPE
QUEUE_QUALIFIED_PREFIX, TEMP_QUEUE_QUALIFED_PREFIX, TEMP_TOPIC_QUALIFED_PREFIX, TOPIC_QUALIFIED_PREFIX
Modifier | Constructor and Description |
---|---|
|
ActiveMQTopic() |
|
ActiveMQTopic(SimpleString address) |
|
ActiveMQTopic(String address) |
|
ActiveMQTopic(String address,
boolean temporary) |
protected |
ActiveMQTopic(String address,
boolean temporary,
ActiveMQSession session) |
|
ActiveMQTopic(String address,
String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getTopicName()
Gets the name of this topic.
|
int |
hashCode() |
String |
toString()
Returns a string representation of this object.
|
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
getReference, readObject, writeObject
public ActiveMQTopic()
public ActiveMQTopic(String address)
public ActiveMQTopic(SimpleString address)
@Deprecated public ActiveMQTopic(String address, String name)
public ActiveMQTopic(String address, boolean temporary)
protected ActiveMQTopic(String address, boolean temporary, ActiveMQSession session)
address
- temporary
- session
- public String getTopicName()
Topic
Clients that depend upon the name are not portable.
getTopicName
in interface Topic
public String toString()
Topic
toString
in interface Topic
toString
in class ActiveMQDestination
public boolean equals(Object o)
equals
in class ActiveMQDestination
public int hashCode()
hashCode
in class ActiveMQDestination
Copyright © 2021 JBoss by Red Hat. All rights reserved.