|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mq.jms.MQDestination | +--com.ibm.mq.jms.MQQueue | +--com.ibm.mq.jms.MQTemporaryQueue
An MQTemporaryQueue object is a unique Queue object created for the duration of a Connection.
Field Summary |
Method Summary | |
void |
delete()
Deletes this temporary queue. |
Methods inherited from class com.ibm.mq.jms.MQQueue |
getQueueName, toString |
Methods inherited from class com.ibm.mq.jms.MQDestination |
getCCSID, getDescription, getEncoding, getExpiry, getFailIfQuiesce, getPersistence, getPriority, getProperty, getStringFromDestination, getTargetClient, setCCSID, setDescription, setEncoding, setExpiry, setFailIfQuiesce, setPersistence, setPriority, setProperty, setTargetClient |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.jms.Queue |
getQueueName, toString |
Method Detail |
public void delete() throws javax.jms.JMSException
delete
in interface javax.jms.TemporaryQueue
javax.jms.JMSException
- if the queue is in use,
or if the command fails due to some internal error.
|
(c) Copyright IBM Corp. 2005. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |