net.sf.dropboxmq.destinations
Class QueueImpl
java.lang.Object
net.sf.dropboxmq.destinations.DestinationImpl
net.sf.dropboxmq.destinations.QueueImpl
- All Implemented Interfaces:
- Serializable, Destination, Queue
- Direct Known Subclasses:
- TemporaryQueueImpl
public class QueueImpl
- extends DestinationImpl
- implements Queue
Created: 09 Oct 2005
- Version:
- $Revision: 219 $, $Date: 2010-12-05 14:40:43 -0700 (Sun, 05 Dec 2010) $
- Author:
- Dwayne Schultz
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueImpl
public QueueImpl()
QueueImpl
public QueueImpl(String name)
getQueueName
public String getQueueName()
throws JMSException
- Description copied from interface:
javax.jms.Queue
- Gets the name of this queue.
Clients that depend upon the name are not portable.
- Specified by:
getQueueName
in interface Queue
- Returns:
- the queue name
- Throws:
JMSException
- if the JMS provider implementation of
Queue
fails to return the queue
name due to some internal
error.