|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Audit
The Audit interface.
| Method Summary | |
|---|---|
void |
addAuditRoute(String requestId)
This method adds a new AuditRoute. |
void |
audit(String requestId,
Vector request,
Vector response)
This method performs an audit operation. |
void |
audit(Vector request)
This method performs an audit operation. |
void |
deleteAuditRoute(String requestId)
This method removes an existing AuditRoute. |
Vector |
getAllAuditedRoutes()
This method returns a list of all audited routes |
| Method Detail |
|---|
void addAuditRoute(String requestId)
throws ProcessingErrorException,
RemoteException
requestId - String
ProcessingErrorException
RemoteException
void audit(String requestId,
Vector request,
Vector response)
throws ProcessingErrorException,
RemoteException
requestId is registered
with the Audit service. If it is, then a new AuditRecord
is created.
requestId - A valid REQUEST_ID of an existing route.request - A request DataPacket vector.response - A response DataPacket vector.
ProcessingErrorException
RemoteException
void audit(Vector request)
throws ProcessingErrorException,
RemoteException
requestId is registered
with the Audit service. If it is, then a new AuditRecord
is created.
request - A request DataPacket vector.
ProcessingErrorException
RemoteException
void deleteAuditRoute(String requestId)
throws ProcessingErrorException,
RemoteException
requestId - String
ProcessingErrorException
RemoteException
Vector getAllAuditedRoutes()
throws ProcessingErrorException,
RemoteException
ProcessingErrorException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||