|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.huihoo.jfox.ms.jms.base.DestinationImpl
org.huihoo.jfox.ms.jms.queue.QueueImpl
org.huihoo.jfox.ms.jms.queue.TemporaryQueueImpl
This class implements the JMS temporary queue. A TemporaryQueue object is a unique Queue object created for the duration of a QueueConnection. It is a system-defined queue that can be consumed only by the QueueConnection that created it.
| Field Summary |
| Fields inherited from class org.huihoo.jfox.ms.jms.base.DestinationImpl |
QUEUE, TOPIC |
| Constructor Summary | |
TemporaryQueueImpl(ConnectionImpl connection,
java.lang.String name)
|
|
| Method Summary | |
void |
delete()
Deletes this temporary queue. |
| Methods inherited from class org.huihoo.jfox.ms.jms.queue.QueueImpl |
getQueueName, getReference |
| Methods inherited from class org.huihoo.jfox.ms.jms.base.DestinationImpl |
getName, setName, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.jms.Queue |
getQueueName, toString |
| Constructor Detail |
public TemporaryQueueImpl(ConnectionImpl connection,
java.lang.String name)
| Method Detail |
public void delete()
throws javax.jms.JMSException
delete in interface javax.jms.TemporaryQueuejavax.jms.JMSException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||