com.bankframe.services.audit
Interface BankFrameAuditProvider

All Known Implementing Classes:
DefaultBankFrameAuditProvider, NullBankFrameAuditProvider

public interface BankFrameAuditProvider

This is the interface that all BankFrame Audit Providers must extend.


Method Summary
 void dispatch(java.lang.String requestId, java.util.Vector request, java.util.Vector response)
          This class will dispatch the request to the BankFrame Audit Provider specified in the BankframeResource.properties resource file under the AUDIT_PROVIDER key.
 

Method Detail

dispatch

public void dispatch(java.lang.String requestId,
                     java.util.Vector request,
                     java.util.Vector response)
              throws ProcessingErrorException,
                     java.rmi.RemoteException
This class will dispatch the request to the BankFrame Audit Provider specified in the BankframeResource.properties resource file under the AUDIT_PROVIDER key.

ProcessingErrorException
java.rmi.RemoteException


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