com.bankframe.services.audit
Class DefaultBankFrameAuditProvider

java.lang.Object
  extended bycom.bankframe.services.audit.DefaultBankFrameAuditProvider
All Implemented Interfaces:
BankFrameAuditProvider

public class DefaultBankFrameAuditProvider
extends java.lang.Object
implements BankFrameAuditProvider

This is the default implementation of an Audit Service that is supplied with BankFrame MCA as standard.


Constructor Summary
DefaultBankFrameAuditProvider()
          Default Constructor
 
Method Summary
 void dispatch(java.lang.String requestId, java.util.Vector request, java.util.Vector response)
          This method will dispatch to the default implementation of an Audit Service that is supplied with BankFrame MCA as standard.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBankFrameAuditProvider

public DefaultBankFrameAuditProvider()
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
This method will dispatch to the default implementation of an Audit Service that is supplied with BankFrame MCA as standard.

Specified by:
dispatch in interface BankFrameAuditProvider
Parameters:
requestId - String
request - Vector of datapackets
response - Vector of datapackets
Throws:
ProcessingErrorException
java.rmi.RemoteException
See Also:
AuditProvider#dispatch()


Copyright © 2005, 2007, Oracle. All rights reserved.