|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mq.ReceiveRequest
This class contians all the data needed to perform a JMS transaction
Field Summary | |
SpyMessage |
message
The message |
protected static byte |
NON_NULL
Whether the subscription is non null |
protected static byte |
NULL
Whether the subscription is null |
Integer |
subscriptionId
Is 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 Externalizable
IOException
public String toString()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |