com.bankframe.services.audit
Class NullBankFrameAuditProvider
java.lang.Object
|
+--com.bankframe.services.audit.NullBankFrameAuditProvider
- All Implemented Interfaces:
- BankFrameAuditProvider
- public class NullBankFrameAuditProvider
- extends java.lang.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(java.lang.String requestId,
java.util.Vector request,
java.util.Vector response)
As this is a dummy implementation, this method will not
dispatch to any Audit service. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullBankFrameAuditProvider
public NullBankFrameAuditProvider()
- Default Constructor
dispatch
public void dispatch(java.lang.String requestId,
java.util.Vector request,
java.util.Vector response)
throws ProcessingErrorException,
java.rmi.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
ProcessingErrorException
java.rmi.RemoteException
- See Also:
AuditProvider#dispatch()
Copyright © 2005 Siebel Systems, Inc. All rights reserved.