org.jboss.messaging.jms
Class JBossQueue

java.lang.Object
  extended by org.jboss.messaging.jms.JBossDestination
      extended by org.jboss.messaging.jms.JBossQueue
All Implemented Interfaces:
java.io.Serializable, javax.jms.Destination, javax.jms.Queue
Direct Known Subclasses:
JBossTemporaryQueue

public class JBossQueue
extends JBossDestination
implements javax.jms.Queue

Version:
$Revision: 3804 $ $Id: JBossQueue.java 3804 2008-02-26 20:56:08Z timfox $
Author:
Ovidiu Feodorov, Tim Fox
See Also:
Serialized Form

Field Summary
static java.lang.String JMS_QUEUE_ADDRESS_PREFIX
           
 
Fields inherited from class org.jboss.messaging.jms.JBossDestination
name
 
Constructor Summary
  JBossQueue(java.lang.String name)
           
protected JBossQueue(java.lang.String address, java.lang.String name)
           
 
Method Summary
 java.lang.String getQueueName()
           
 boolean isTemporary()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.messaging.jms.JBossDestination
equals, escape, fromAddress, getAddress, getName, getReference, getSimpleAddress, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

JMS_QUEUE_ADDRESS_PREFIX

public static final java.lang.String JMS_QUEUE_ADDRESS_PREFIX
See Also:
Constant Field Values
Constructor Detail

JBossQueue

public JBossQueue(java.lang.String name)

JBossQueue

protected JBossQueue(java.lang.String address,
                     java.lang.String name)
Method Detail

getQueueName

public java.lang.String getQueueName()
                              throws javax.jms.JMSException
Specified by:
getQueueName in interface javax.jms.Queue
Throws:
javax.jms.JMSException

isTemporary

public boolean isTemporary()
Specified by:
isTemporary in class JBossDestination

toString

public java.lang.String toString()
Specified by:
toString in interface javax.jms.Queue
Overrides:
toString in class java.lang.Object


Copyright © 2006 JBoss Inc. All Rights Reserved.