com.bankframe.services.audit
Class NullBankFrameAuditProvider
java.lang.Object
com.bankframe.services.audit.NullBankFrameAuditProvider
- All Implemented Interfaces:
- BankFrameAuditProvider
public class NullBankFrameAuditProvider
- extends Object
- implements BankFrameAuditProvider
This class provides a dummy implementation that does not send
any dispatched requests to any Audit Service.
This class can be used to switch off auditing on a running system.
Method Summary |
void |
dispatch(String requestId,
Vector request,
Vector response)
As this is a dummy implementation, this method will not
dispatch to any Audit service. |
NullBankFrameAuditProvider
public NullBankFrameAuditProvider()
- Default Constructor
dispatch
public void dispatch(String requestId,
Vector request,
Vector response)
throws ProcessingErrorException,
RemoteException
- As this is a dummy implementation, this method will not
dispatch to any Audit service.
- Specified by:
dispatch
in interface BankFrameAuditProvider
- Parameters:
requestId
- Stringrequest
- Vector of datapacketsresponse
- Vector of datapackets
see AuditProvider#dispatch()
- Throws:
ProcessingErrorException
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.