|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mq.AcknowledgementRequest
public class 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()
|
|
AcknowledgementRequest(boolean ack)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
int |
hashCode()
|
boolean |
isAck()
|
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()
public AcknowledgementRequest(boolean ack)
Method Detail |
---|
public boolean isAck()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
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 |