Package org.apache.qpid.jms
Class JmsQueue
- java.lang.Object
-
- org.apache.qpid.jms.jndi.JNDIStorable
-
- org.apache.qpid.jms.JmsDestination
-
- org.apache.qpid.jms.JmsQueue
-
- All Implemented Interfaces:
java.io.Externalizable
,java.io.Serializable
,java.lang.Comparable<JmsDestination>
,javax.jms.Destination
,javax.jms.Queue
,javax.naming.Referenceable
public class JmsQueue extends JmsDestination implements javax.jms.Queue
JMS Queue implementation- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.qpid.jms.JmsDestination
address, connection, hashValue, temporary, topic
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getQueueName()
-
Methods inherited from class org.apache.qpid.jms.JmsDestination
buildFromProperties, compareTo, equals, getAddress, hashCode, isQueue, isTemporary, isTopic, populateProperties, readExternal, setAddress, toString, writeExternal
-
Methods inherited from class org.apache.qpid.jms.jndi.JNDIStorable
getProperties, getProperty, getReference, setProperties
-
-