|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.mq.SpyDestination
public class SpyDestination
This class implements javax.jms.Destination
| Field Summary | |
|---|---|
protected int |
hash
The hash code |
protected 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 | |
|---|---|
String |
getName()
Gets the name of the destination. |
int |
hashCode()
|
static javax.jms.Destination |
readDest(ObjectInput in)
Read a destination |
static void |
writeDest(ObjectOutput out,
javax.jms.Destination 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 String name
protected int hash
| Method Detail |
|---|
public static void writeDest(ObjectOutput out,
javax.jms.Destination dest)
throws IOException
out - the outputdest - the destination
IOException - for any error
public static javax.jms.Destination readDest(ObjectInput in)
throws IOException
in - the input
IOException - for any errorpublic String getName()
public int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||