|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 | |
javax.jms.Destination |
destination
The destination |
boolean |
isAck
Is it an acknowledgement |
String |
messageID
The messageID |
int |
subscriberId
The subscriberId |
Constructor Summary | |
AcknowledgementRequest()
|
Method Summary | |
boolean |
equals(Object o)
|
int |
hashCode()
|
void |
readExternal(ObjectInput in)
|
String |
toString()
|
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public boolean isAck
public javax.jms.Destination destination
public String messageID
public int subscriberId
Constructor Detail |
public AcknowledgementRequest()
Method Detail |
public boolean equals(Object o)
public int hashCode()
public String toString()
public void readExternal(ObjectInput in) throws IOException
readExternal
in interface Externalizable
IOException
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 |