com.caucho.jms.cluster
Class SubscribeTopic
java.lang.Object
com.caucho.jms.cluster.SubscribeTopic
- All Implemented Interfaces:
- java.io.Serializable
public class SubscribeTopic
- extends java.lang.Object
- implements java.io.Serializable
Topic Subscriber sends this object to Triad Pod to
register itself with the Triad pod. After the registration,
Triad Pod will forward any new message that it receives from
Topic Publishers.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SubscribeTopic
public SubscribeTopic(byte[] topicId)
SubscribeTopic
public SubscribeTopic(byte[] localTopicId,
boolean noLocal)
getTopicId
public byte[] getTopicId()
isNoLocal
public boolean isNoLocal()
setNoLocal
public void setNoLocal(boolean noLocal)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object