|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mq.AcknowledgementRequest
Used to Acknowledge sent messages.
This class holds the minimum amount of information needed to identify a message to the JMSServer.
Field Summary | |
Destination (src) |
destination
The destination |
boolean |
isAck
Is it an acknowledgement |
java.lang.String |
messageID
The messageID |
int |
subscriberId
The subscriberId |
Constructor Summary | |
AcknowledgementRequest()
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
void |
readExternal(java.io.ObjectInput in)
|
java.lang.String |
toString()
|
void |
writeExternal(java.io.ObjectOutput out)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public boolean isAck
public Destination (src) destination
public java.lang.String messageID
public int subscriberId
Constructor Detail |
public AcknowledgementRequest()
Method Detail |
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String toString()
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
readExternal
in interface java.io.Externalizable
java.io.IOException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |