|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTibjmsDestination
com.tibco.tibjms.TibjmsTopic
Implementation of javax.jms.Topic which can be used
for administrative purposes.
Normally JMS applications lookup Topic objects via
JNDI calls. This class can be used by the administrator
application if it is required to store TibjmsTopic objects in the
3rd party JNDI store such as LDAP or similar.
Constructor Summary | |
TibjmsTopic()
Constructs a new TibjmsTopic object. |
|
TibjmsTopic(java.lang.String address)
Constructs a new TibjmsTopic object with the given address. |
|
TibjmsTopic(java.lang.String address,
java.lang.String jndiName)
Internal constructor. |
Method Summary | |
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
|
javax.naming.Reference |
getReference()
|
java.lang.String |
getTopicName()
Gets the name of this topic. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TibjmsTopic()
public TibjmsTopic(java.lang.String address)
address
- address of the topicpublic TibjmsTopic(java.lang.String address, java.lang.String jndiName)
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object obj)
public java.lang.String getTopicName() throws JMSException
Topic
Clients that depend upon the name are not portable.
getTopicName
in interface Topic
JMSException
- if the JMS provider implementation of
Topic
fails to return the topic
name due to some internal
error.public java.lang.String toString()
Topic
toString
in interface Topic
public javax.naming.Reference getReference() throws javax.naming.NamingException
getReference
in interface javax.naming.Referenceable
javax.naming.NamingException
|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |