net.sf.dropboxmq.destinations
Class TemporaryQueueImpl
java.lang.Object
   net.sf.dropboxmq.destinations.DestinationImpl
net.sf.dropboxmq.destinations.DestinationImpl
       net.sf.dropboxmq.destinations.QueueImpl
net.sf.dropboxmq.destinations.QueueImpl
           net.sf.dropboxmq.destinations.TemporaryQueueImpl
net.sf.dropboxmq.destinations.TemporaryQueueImpl
- All Implemented Interfaces: 
- Serializable, Destination, Queue, TemporaryQueue
- public class TemporaryQueueImpl 
- extends QueueImpl- implements TemporaryQueue
Created: 17 Nov 2005
- Version:
- $Revision: 231 $, $Date: 2011-08-12 21:50:47 -0600 (Fri, 12 Aug 2011) $
- Author:
- Dwayne Schultz
- See Also:
- Serialized Form
 
| Method Summary | 
|  void | delete()Deletes this temporary queue.
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
TemporaryQueueImpl
public TemporaryQueueImpl(String name,
                          Configuration configuration)
delete
public void delete()
            throws JMSException
- Description copied from interface: javax.jms.TemporaryQueue
- Deletes this temporary queue. If there are existing receivers
 still using it, a JMSExceptionwill be thrown.
 
- 
- Specified by:
- deletein interface- TemporaryQueue
 
- 
- Throws:
- JMSException- if the JMS provider fails to delete the 
                         temporary queue due to some internal error.