|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jms.serverless.GroupQueue
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 |
public GroupQueue(java.lang.String name)
Method Detail |
public java.lang.String getQueueName() throws JMSException (src)
Queue (src)
Clients that depend upon the name are not portable.
getQueueName
in interface Queue (src)
JMSException (src)
- if the JMS provider implementation of
Queue
fails to return the queue
name due to some internal
error.public java.lang.String toString()
Queue (src)
toString
in interface Queue (src)
public boolean equals(java.lang.Object o)
public int hashCode()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |