public abstract class ActiveMQTempDestination extends ActiveMQDestination
Modifier and Type | Field and Description |
---|---|
protected ActiveMQConnection |
connection |
protected String |
connectionId |
protected int |
sequenceId |
COMPOSITE_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 |
---|
ActiveMQTempDestination() |
ActiveMQTempDestination(String name) |
ActiveMQTempDestination(String connectionId,
long sequenceId) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
ActiveMQConnection |
getConnection() |
String |
getConnectionId() |
int |
getSequenceId() |
boolean |
isTemporary() |
void |
setConnection(ActiveMQConnection connection) |
void |
setConnectionId(String connectionId) |
void |
setPhysicalName(String physicalName) |
buildFromProperties, compare, compareTo, createDestination, createDestination, equals, getCompositeDestinations, getDestinationPaths, getDestinationType, getDestinationTypeAsString, getOptions, getPhysicalName, getQualifiedName, getQualifiedPrefix, getUnresolvableDestinationTransformer, hashCode, isComposite, isDLQ, isMarshallAware, isPattern, isQueue, isTopic, populateProperties, readExternal, setCompositeDestinations, setDLQ, setUnresolvableDestinationTransformer, toString, transform, writeExternal
getProperties, getReference, setProperties
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDataStructureType
protected transient ActiveMQConnection connection
protected transient String connectionId
protected transient int sequenceId
public ActiveMQTempDestination()
public ActiveMQTempDestination(String name)
public ActiveMQTempDestination(String connectionId, long sequenceId)
public boolean isTemporary()
isTemporary
in class ActiveMQDestination
public void delete() throws javax.jms.JMSException
javax.jms.JMSException
public ActiveMQConnection getConnection()
public void setConnection(ActiveMQConnection connection)
public void setPhysicalName(String physicalName)
setPhysicalName
in class ActiveMQDestination
public String getConnectionId()
public void setConnectionId(String connectionId)
public int getSequenceId()
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.