| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.mq.SpyDestination
This class implements javax.jms.Destination
| Field Summary | |
| protected  int | hashThe hash code | 
| protected  String | nameThe name | 
| protected static int | NULLNull object | 
| protected static int | OBJECTAn object | 
| protected static int | SPY_QUEUEA queue | 
| protected static int | SPY_TEMP_QUEUEA temporary queue | 
| protected static int | SPY_TEMP_TOPICA temporary topic | 
| protected static int | SPY_TOPICA 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 errorpublic static javax.jms.Destination readDest(ObjectInput in) throws IOException
in - the input
IOException - for any errorpublic String getName()
public int hashCode()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||