|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WsrmStorageWidget
The WSRM storage widget encapsulates the WSRM message that was either sent or received. The storage widget contains other information which is useful for querying purposes. Finally, the widget also keeps track of whether a message was acknowledged or if an acknowledgement was sent for the message in question.
| Method Summary | |
|---|---|
boolean |
getAcknowledgementInfo()
Retrieve the acknowledgement info |
long |
getAckTimestampInfo()
Retrieve the timestamp associated with this storage widget. |
byte[] |
getBytes()
Gets a serialized representation of the message |
EnvelopeDocument |
getEnvelope()
Get the original Envelope associated with the message |
long |
getMessageNumber()
Gets the message number associated with the message |
String |
getSequenceIdentifier()
Get the sequence identifier associated with the messsage |
void |
resetAckTimestampInfo(long interval)
Reset the ackInterval to the value specified in specified in the method parameter. |
| Method Detail |
|---|
boolean getAcknowledgementInfo()
long getAckTimestampInfo()
void resetAckTimestampInfo(long interval)
String getSequenceIdentifier()
long getMessageNumber()
EnvelopeDocument getEnvelope()
byte[] getBytes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||