|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.services.audit.AuditBean
public abstract class AuditBean
The AuditBean class
| Constructor Summary | |
|---|---|
AuditBean()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuditBean()
| Method Detail |
|---|
public void addAuditRoute(String requestId)
throws ProcessingErrorException,
RemoteException
addAuditRoute in interface AuditrequestId - String
ProcessingErrorException
RemoteException
public 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.
audit in interface AuditrequestId - A valid REQUEST_ID of an existing route.request - A request DataPacket vector.response - A response DataPacket vector.
ProcessingErrorException
RemoteException
public void audit(Vector request)
throws ProcessingErrorException,
RemoteException
audit in interface Auditrequest - A request DataPacket vector.
ProcessingErrorException
RemoteException
public void deleteAuditRoute(String requestId)
throws ProcessingErrorException,
RemoteException
deleteAuditRoute in interface AuditrequestId - String
ProcessingErrorException
RemoteException
public Vector getAllAuditedRoutes()
throws ProcessingErrorException,
RemoteException
Audit
getAllAuditedRoutes in interface AuditProcessingErrorException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||