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