public class ActiveMQTempTopic extends ActiveMQTempDestination implements javax.jms.TemporaryTopic
| Modifier and Type | Field and Description |
|---|---|
static byte |
DATA_STRUCTURE_TYPE |
connection, connectionId, sequenceIdCOMPOSITE_SEPERATOR, compositeDestinations, destinationPaths, hashValue, IS_DLQ, isPattern, options, PATH_SEPERATOR, physicalName, QUEUE_QUALIFIED_PREFIX, QUEUE_TYPE, TEMP_DESTINATION_NAME_PREFIX, TEMP_MASK, TEMP_QUEUE_QUALIFED_PREFIX, TEMP_QUEUE_TYPE, TEMP_TOPIC_QUALIFED_PREFIX, TEMP_TOPIC_TYPE, TOPIC_QUALIFIED_PREFIX, TOPIC_TYPE, unresolvableDestinationTransformer| Constructor and Description |
|---|
ActiveMQTempTopic() |
ActiveMQTempTopic(ConnectionId connectionId,
long sequenceId) |
ActiveMQTempTopic(String name) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getDataStructureType() |
byte |
getDestinationType() |
protected String |
getQualifiedPrefix() |
String |
getTopicName() |
boolean |
isTopic() |
delete, getConnection, getConnectionId, getSequenceId, isTemporary, setConnection, setConnectionId, setPhysicalNamebuildFromProperties, compare, compareTo, createDestination, createDestination, equals, getCompositeDestinations, getDestinationPaths, getDestinationTypeAsString, getOptions, getPhysicalName, getQualifiedName, getUnresolvableDestinationTransformer, hashCode, isComposite, isDLQ, isMarshallAware, isPattern, isQueue, populateProperties, readExternal, setCompositeDestinations, setDLQ, setUnresolvableDestinationTransformer, toString, transform, writeExternalgetProperties, getReference, setPropertiespublic static final byte DATA_STRUCTURE_TYPE
public ActiveMQTempTopic()
public ActiveMQTempTopic(String name)
public ActiveMQTempTopic(ConnectionId connectionId, long sequenceId)
public byte getDataStructureType()
getDataStructureType in interface DataStructurepublic boolean isTopic()
isTopic in class ActiveMQDestinationpublic String getTopicName() throws javax.jms.JMSException
getTopicName in interface javax.jms.Topicjavax.jms.JMSExceptionpublic byte getDestinationType()
getDestinationType in class ActiveMQDestinationprotected String getQualifiedPrefix()
getQualifiedPrefix in class ActiveMQDestinationCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.