| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.mq.ReceiveRequest
This class contians all the data needed to perform a JMS transaction
| Field Summary | |
|  SpyMessage | messageThe message | 
| protected static byte | NON_NULLWhether the subscription is non null | 
| protected static byte | NULLWhether the subscription is null | 
|  Integer | subscriptionIdIs this an exlusive message? Then subscriptionId != null | 
| Constructor Summary | |
| ReceiveRequest() | |
| Method Summary | |
|  void | readExternal(ObjectInput in) | 
|  String | toString() | 
|  void | writeExternal(ObjectOutput out) | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
protected static final byte NULL
protected static final byte NON_NULL
public SpyMessage message
public Integer subscriptionId
| Constructor Detail | 
public ReceiveRequest()
| Method Detail | 
public void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizableIOExceptionpublic String toString()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOException| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||