|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mq.SpyDestination org.jboss.mq.SpyTopic
This class implements javax.jms.Topic
Field Summary | |
protected DurableSubscriptionID |
durableSubscriptionID
The durableSubscriptionID |
Fields inherited from class org.jboss.mq.SpyDestination |
hash, name, NULL, OBJECT, SPY_QUEUE, SPY_TEMP_QUEUE, SPY_TEMP_TOPIC, SPY_TOPIC |
Constructor Summary | |
SpyTopic(SpyTopic topic,
DurableSubscriptionID subid)
Create a new SpyTopic |
|
SpyTopic(SpyTopic topic,
String clientID,
String subscriptionName,
String selector)
Create a new SpyTopic |
|
SpyTopic(String topicName)
Create a new SpyTopic |
Method Summary | |
boolean |
equals(Object obj)
|
DurableSubscriptionID |
getDurableSubscriptionID()
Get the durable subscription id return the durable subscription id |
Reference |
getReference()
|
String |
getTopicName()
|
String |
toString()
|
Methods inherited from class org.jboss.mq.SpyDestination |
getName, hashCode, readDest, writeDest |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected DurableSubscriptionID durableSubscriptionID
Constructor Detail |
public SpyTopic(String topicName)
topicName
- the topic namepublic SpyTopic(SpyTopic topic, String clientID, String subscriptionName, String selector)
topic
- the topicclientID
- the client idsubscriptionName
- the subscription nameselector
- the selectorpublic SpyTopic(SpyTopic topic, DurableSubscriptionID subid)
topic
- the topicsubid
- the durable subscriptionMethod Detail |
public DurableSubscriptionID getDurableSubscriptionID()
public String getTopicName()
getTopicName
in interface javax.jms.Topic
public Reference getReference() throws NamingException
getReference
in interface Referenceable
NamingException
public boolean equals(Object obj)
public String toString()
toString
in interface javax.jms.Topic
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |