| java.lang.Object org.jboss.mq.SpyDestination
All known Subclasses: org.jboss.mq.SpyQueue, org.jboss.mq.SpyTopic,
SpyDestination | public class SpyDestination implements Destination,Serializable(Code) | | This class implements javax.jms.Destination
author: Norbert Lataille (Norbert.Lataille@m4x.org) author: Hiram Chirino (Cojonudo14@hotmail.com) author: David Maplesden (David.Maplesden@orion.co.nz) author: Adrian Brock version: $Revision: 57198 $ |
NULL | final protected static int NULL(Code) | | Null object
|
OBJECT | final protected static int OBJECT(Code) | | An object
|
SPY_QUEUE | final protected static int SPY_QUEUE(Code) | | A queue
|
SPY_TEMP_QUEUE | final protected static int SPY_TEMP_QUEUE(Code) | | A temporary queue
|
SPY_TEMP_TOPIC | final protected static int SPY_TEMP_TOPIC(Code) | | A temporary topic
|
SPY_TOPIC | final protected static int SPY_TOPIC(Code) | | A topic
|
hash | protected int hash(Code) | | The hash code
|
serialVersionUID | final static long serialVersionUID(Code) | | The serialVersionUID
|
SpyDestination | SpyDestination(String name)(Code) | | Create a new SpyDestination
Parameters: name - the name |
getName | public String getName()(Code) | | Gets the name of the destination.
the name |
hashCode | public int hashCode()(Code) | | |
writeDest | public static void writeDest(ObjectOutput out, Destination dest) throws IOException(Code) | | Write the destination
Parameters: out - the output Parameters: dest - the destination throws: IOException - for any error |
|
|