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