org.jboss.jms.destination
Class JBossQueue

java.lang.Object
  extended byorg.jboss.jms.destination.JBossDestination
      extended byorg.jboss.jms.destination.JBossQueue
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JBossTemporaryQueue

public class JBossQueue
extends JBossDestination

Version:
$Revision: 433 $ $Id: JBossQueue.java 433 2005-11-12 02:01:50Z ovidiu $
Author:
Ovidiu Feodorov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.jms.destination.JBossDestination
name
 
Constructor Summary
JBossQueue(java.lang.String name)
           
 
Method Summary
 java.lang.String getQueueName()
           
 boolean isQueue()
           
 boolean isTopic()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.jms.destination.JBossDestination
equals, getName, getReference, hashCode, isTemporary
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JBossQueue

public JBossQueue(java.lang.String name)
Method Detail

isTopic

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

isQueue

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

getQueueName

public java.lang.String getQueueName()
                              throws JMSException
Throws:
JMSException

toString

public java.lang.String toString()


Copyright © 2006 JBoss Inc. All Rights Reserved.