org.jboss.messaging.jms
Class JBossTemporaryQueue
java.lang.Object
org.jboss.messaging.jms.JBossDestination
org.jboss.messaging.jms.JBossQueue
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.jms.Queue |
getQueueName |
JMS_TEMP_QUEUE_ADDRESS_PREFIX
public static final java.lang.String JMS_TEMP_QUEUE_ADDRESS_PREFIX
- See Also:
- Constant Field Values
JBossTemporaryQueue
public JBossTemporaryQueue(JBossSession session,
java.lang.String name)
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.