|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WsrmAuditStorageOperations
This provides a set of operations which will be useful for audit related
functions. The stored elements are stored without the application/message
body. These can be retrieved from the WsrmProtocolStorageOperations.
The functions performed here include
(a) Storing individual exchanges.
(b) Retrieving the total number of exchanges on a sequence
(c) The exchanges could include sequence creation requests & responses,
acknowledgements (both positive and negative), retransmissions.
| Method Summary | |
|---|---|
long |
getNumberOfAcknowledgements(String sequenceIdentifier)
Retrieves the total number of acknowledgements on a given Sequence. |
long |
getNumberOfNegativeAcknowledgements(String sequenceIdentifier)
Retrieves the total number of negative acknowledgements on a given Sequence. |
long |
getNumberOfRetransmissions(String sequenceIdentifier)
Retrieves the total number of retransmissions on a given Sequence. |
long |
getNumberOfSequenceCreationRequests()
Retrieves the total number of sequence creation requests. |
long |
getNumberOfSuccesfulCreationRequests()
Retrieves the total number of successful sequence creation requests. |
long |
getTotalNumberOfExchanges(String sequenceIdentifier)
Retrives the total number of exchanges on a given Sequence. |
void |
storeWsrmExchange(WsrmExchange wsrmExchange)
Stores a WsrmExchange to storage. |
| Method Detail |
|---|
void storeWsrmExchange(WsrmExchange wsrmExchange)
long getTotalNumberOfExchanges(String sequenceIdentifier)
throws WsrmStorageException
WsrmStorageException
long getNumberOfAcknowledgements(String sequenceIdentifier)
throws WsrmStorageException
WsrmStorageException
long getNumberOfNegativeAcknowledgements(String sequenceIdentifier)
throws WsrmStorageException
WsrmStorageException
long getNumberOfRetransmissions(String sequenceIdentifier)
throws WsrmStorageException
WsrmStorageExceptionlong getNumberOfSequenceCreationRequests()
long getNumberOfSuccesfulCreationRequests()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||