org.jboss.jms.serverless
Class GroupQueue

java.lang.Object
  extended byorg.jboss.jms.serverless.GroupQueue
All Implemented Interfaces:
Destination (src) , Queue (src)

public class GroupQueue
extends java.lang.Object
implements Queue (src)


Constructor Summary
GroupQueue(java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getQueueName()
          Gets the name of this queue.
 int hashCode()
           
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupQueue

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

getQueueName

public java.lang.String getQueueName()
                              throws JMSException (src) 
Description copied from interface: Queue (src)
Gets the name of this queue.

Clients that depend upon the name are not portable.

Specified by:
getQueueName in interface Queue (src)
Returns:
the queue name
Throws:
JMSException (src) - if the JMS provider implementation of Queue fails to return the queue name due to some internal error.

toString

public java.lang.String toString()
Description copied from interface: Queue (src)
Returns a string representation of this object.

Specified by:
toString in interface Queue (src)

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()