|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.client.AMQDestination
org.apache.qpid.client.AMQTopic
org.apache.qpid.client.AMQTemporaryTopic
class AMQTemporaryTopic
AMQ implementation of TemporaryTopic.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.qpid.client.AMQDestination |
---|
AMQDestination.AddressOption, AMQDestination.Binding, AMQDestination.DestSyntax |
Field Summary |
---|
Fields inherited from class org.apache.qpid.client.AMQDestination |
---|
_address, _addressType, _addrHelper, _assert, _create, _delete, _destSyntax, _exchangeClass, _exchangeName, _isAutoDelete, _isDurable, _isExclusive, _link, _name, _sourceNode, _subject, _targetLink, _targetNode, defaultDestSyntax, QUEUE_TYPE, TOPIC_TYPE, UNKNOWN_TYPE |
Constructor Summary | |
---|---|
AMQTemporaryTopic(AMQSession session)
Create new temporary topic. |
Method Summary | |
---|---|
void |
delete()
|
AMQSession |
getSession()
|
boolean |
isDeleted()
|
Methods inherited from class org.apache.qpid.client.AMQTopic |
---|
createDurableTopic, equals, getDurableTopicQueueName, getExchangeName, getRoutingKey, getTopicName, hashCode, isNameRequired, setQueueName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.jms.Topic |
---|
getTopicName, toString |
Constructor Detail |
---|
public AMQTemporaryTopic(AMQSession session)
Method Detail |
---|
public void delete() throws JMSException
delete
in interface TemporaryTopic
delete
in interface TemporaryDestination
JMSException
TemporaryTopic.delete()
public AMQSession getSession()
getSession
in interface TemporaryDestination
public boolean isDeleted()
isDeleted
in interface TemporaryDestination
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |