|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | 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 (src) |
message
The message |
protected static byte |
NON_NULL
Whether the subscription is non null |
protected static byte |
NULL
Whether the subscription is null |
java.lang.Integer |
subscriptionId
Is this an exlusive message? Then subscriptionId != null |
| Constructor Summary | |
ReceiveRequest()
|
|
| Method Summary | |
void |
readExternal(java.io.ObjectInput in)
|
java.lang.String |
toString()
|
void |
writeExternal(java.io.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 (src) message
public java.lang.Integer subscriptionId
| Constructor Detail |
public ReceiveRequest()
| Method Detail |
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic java.lang.String toString()
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||