|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.tools.migration.proxy.MessageState
Manages the delivery state of a message for a particular consumer.
Subscription
Constructor Summary | |
MessageState(java.lang.String messageId,
boolean delivered)
Construct a new MessageState . |
Method Summary | |
boolean |
getDelivered()
Returns the message delivery status. |
java.lang.String |
getMessageId()
Returns the message identifier. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageState(java.lang.String messageId, boolean delivered)
MessageState
.messageId
- the message identifierdelivered
- true
if the message has been delivered,
otherwise false
Method Detail |
public java.lang.String getMessageId()
public boolean getDelivered()
true
if the message has been delivered to the
consumer, otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |