|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
cgl.narada.wsinfra.schemas.soap.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 |
public boolean getAcknowledgementInfo()
public long getAckTimestampInfo()
public void resetAckTimestampInfo(long interval)
public String getSequenceIdentifier()
public long getMessageNumber()
public cgl.narada.wsinfra.schemas.soap.EnvelopeDocument getEnvelope()
public byte[] getBytes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||