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

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

Direct Known Subclasses:
    SpyTemporaryQueue

This class implements javax.jms.Queue
Field Summary
static final  long serialVersionUID    The serialVersionUID 
Fields inherited from org.jboss.mq.SpyDestination:
serialVersionUID,  NULL,  OBJECT,  SPY_QUEUE,  SPY_TOPIC,  SPY_TEMP_QUEUE,  SPY_TEMP_TOPIC,  name,  hash
Constructor:
 public SpyQueue(String queueName) 
    Create a new SpyQueue
    Parameters:
    queueName - the queue name
Method from org.jboss.mq.SpyQueue Summary:
equals,   getQueueName,   getReference,   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.SpyQueue Detail:
 public boolean equals(Object obj) 
 public String getQueueName() 
 public Reference getReference() throws NamingException 
 public String toString()