|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.mq.SpyDestination (src)
org.jboss.mq.SpyTopic (src)
org.jboss.mq.SpyTemporaryTopic
This class implements javax.jms.TemporaryTopic
| Field Summary |
| Fields inherited from class org.jboss.mq.SpyTopic (src) |
durableSubscriptionID |
| Fields inherited from class org.jboss.mq.SpyDestination (src) |
hash, name, NULL, OBJECT, SPY_QUEUE, SPY_TEMP_QUEUE, SPY_TEMP_TOPIC, SPY_TOPIC |
| Constructor Summary | |
SpyTemporaryTopic(java.lang.String topicName,
ConnectionToken (src) dc_)
Create a new SpyTemporaryTopic |
|
| Method Summary | |
void |
delete()
Deletes this temporary topic. |
void |
setConnection(Connection (src) con)
Client-side temporary topics need a reference to the connection that created them in case delete() is called. |
| Methods inherited from class org.jboss.mq.SpyTopic (src) |
equals, getDurableSubscriptionID, getReference, getTopicName, toString |
| Methods inherited from class org.jboss.mq.SpyDestination (src) |
getName, hashCode, readDest, writeDest |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.jms.Topic (src) |
getTopicName, toString |
| Constructor Detail |
public SpyTemporaryTopic(java.lang.String topicName,
ConnectionToken (src) dc_)
topicName - the topic namedc_ - the connection token| Method Detail |
public void setConnection(Connection (src) con)
con - the connection
public void delete()
throws JMSException (src)
TemporaryTopic (src) JMSException will be thrown.
delete in interface TemporaryTopic (src) JMSException (src) - if the JMS provider fails to delete the
temporary topic due to some internal error.
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||