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.


Constructor Summary
NullBankFrameAuditProvider()
          Default Constructor
 
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
 

Constructor Detail

NullBankFrameAuditProvider

public NullBankFrameAuditProvider()
Default Constructor

Method Detail

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 - String
request - Vector of datapackets
response - Vector of datapackets
ProcessingErrorException
java.rmi.RemoteException
See Also:
AuditProvider#dispatch()


Copyright © 2005 Siebel Systems, Inc. All rights reserved.