Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » mq » [javadoc | source]
org.jboss.mq
public class: SpyTopic [javadoc | source]
java.lang.Object
   org.jboss.mq.SpyDestination
      org.jboss.mq.SpyTopic

All Implemented Interfaces:
    Referenceable, javax.jms.Topic, Serializable, javax.jms.Destination

Direct Known Subclasses:
    SpyTemporaryTopic

This class implements javax.jms.Topic
Field Summary
static final  long serialVersionUID    The serialVersionUID 
protected  DurableSubscriptionID durableSubscriptionID    The durableSubscriptionID 
Fields inherited from org.jboss.mq.SpyDestination:
serialVersionUID,  NULL,  OBJECT,  SPY_QUEUE,  SPY_TOPIC,  SPY_TEMP_QUEUE,  SPY_TEMP_TOPIC,  name,  hash
Constructor:
 public SpyTopic(String topicName) 
    Create a new SpyTopic
    Parameters:
    topicName - the topic name
 public SpyTopic(SpyTopic topic,
    DurableSubscriptionID subid) 
    Create a new SpyTopic
    Parameters:
    topic - the topic
    subid - the durable subscription
 public SpyTopic(SpyTopic topic,
    String clientID,
    String subscriptionName,
    String selector) 
    Create a new SpyTopic
    Parameters:
    topic - the topic
    clientID - the client id
    subscriptionName - the subscription name
    selector - the selector
Method from org.jboss.mq.SpyTopic Summary:
equals,   getDurableSubscriptionID,   getReference,   getTopicName,   toString
Methods from org.jboss.mq.SpyDestination:
getName,   hashCode,   readDest,   writeDest
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.mq.SpyTopic Detail:
 public boolean equals(Object obj) 
 public DurableSubscriptionID getDurableSubscriptionID() 
    Get the durable subscription id return the durable subscription id
 public Reference getReference() throws NamingException 
 public String getTopicName() 
 public String toString()