org.jboss.messaging.jms
Class JBossTemporaryQueue

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

public class JBossTemporaryQueue
extends JBossQueue
implements javax.jms.TemporaryQueue

Version:
$Revision: 3569 $ $Id: JBossQueue.java 3569 2008-01-15 21:14:04Z timfox $
Author:
Tim Fox
See Also:
Serialized Form

Field Summary
static java.lang.String JMS_TEMP_QUEUE_ADDRESS_PREFIX
           
 
Fields inherited from class org.jboss.messaging.jms.JBossQueue
JMS_QUEUE_ADDRESS_PREFIX
 
Fields inherited from class org.jboss.messaging.jms.JBossDestination
name
 
Constructor Summary
JBossTemporaryQueue(JBossSession session, java.lang.String name)
           
 
Method Summary
 void delete()
           
 boolean isTemporary()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.messaging.jms.JBossQueue
getQueueName
 
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
 
Methods inherited from interface javax.jms.Queue
getQueueName
 

Field Detail

JMS_TEMP_QUEUE_ADDRESS_PREFIX

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

JBossTemporaryQueue

public JBossTemporaryQueue(JBossSession session,
                           java.lang.String name)
Method Detail

delete

public void delete()
            throws javax.jms.JMSException
Specified by:
delete in interface javax.jms.TemporaryQueue
Throws:
javax.jms.JMSException

isTemporary

public boolean isTemporary()
Overrides:
isTemporary in class JBossQueue

toString

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


Copyright © 2006 JBoss Inc. All Rights Reserved.