|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jms.destination.JBossDestination (src)
org.jboss.jms.destination.JBossTopic (src)
org.jboss.jms.destination.JBossTemporaryTopic
A temporary topic
Field Summary |
Fields inherited from interface org.jboss.jms.destination.JBossTemporaryDestination (src) |
TEMPORARY_QUEUE, TEMPORARY_TOPIC |
Constructor Summary | |
JBossTemporaryTopic(ConnectionDelegate (src) delegate,
java.lang.String name)
Construct a new temporary topic |
Method Summary | |
void |
delete()
Deletes this temporary topic. |
Methods inherited from class org.jboss.jms.destination.JBossTopic (src) |
getTopicName |
Methods inherited from class org.jboss.jms.destination.JBossDestination (src) |
equals, getName, getReference, hashCode, toString |
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 JBossTemporaryTopic(ConnectionDelegate (src) delegate, java.lang.String name)
delegate
- the connectionname
- the nameMethod Detail |
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 |