|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mq.SpyDestination
This class implements javax.jms.Destination
Field Summary | |
protected int |
hash
The hash code |
protected java.lang.String |
name
The name |
protected static int |
NULL
Null object |
protected static int |
OBJECT
An object |
protected static int |
SPY_QUEUE
A queue |
protected static int |
SPY_TEMP_QUEUE
A temporary queue |
protected static int |
SPY_TEMP_TOPIC
A temporary topic |
protected static int |
SPY_TOPIC
A topic |
Method Summary | |
java.lang.String |
getName()
Gets the name of the destination. |
int |
hashCode()
|
static Destination (src) |
readDest(java.io.ObjectInput in)
Read a destination |
static void |
writeDest(java.io.ObjectOutput out,
Destination (src) dest)
Write the destination |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final int NULL
protected static final int OBJECT
protected static final int SPY_QUEUE
protected static final int SPY_TOPIC
protected static final int SPY_TEMP_QUEUE
protected static final int SPY_TEMP_TOPIC
protected java.lang.String name
protected int hash
Method Detail |
public static void writeDest(java.io.ObjectOutput out, Destination (src) dest) throws java.io.IOException
out
- the outputdest
- the destination
java.io.IOException
- for any errorpublic static Destination (src) readDest(java.io.ObjectInput in) throws java.io.IOException
in
- the input
java.io.IOException
- for any errorpublic java.lang.String getName()
public int hashCode()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |