com.bankframe.services.audit
Class DefaultBankFrameAuditProvider
java.lang.Object
com.bankframe.services.audit.DefaultBankFrameAuditProvider
- All Implemented Interfaces:
- BankFrameAuditProvider
public class DefaultBankFrameAuditProvider
- extends Object
- implements BankFrameAuditProvider
This is the default implementation of an Audit Service that is
supplied with BankFrame MCA as standard.
Method Summary |
void |
dispatch(String requestId,
Vector request,
Vector response)
This method will dispatch to the default implementation of
an Audit Service that is supplied with BankFrame MCA as standard. |
DefaultBankFrameAuditProvider
public DefaultBankFrameAuditProvider()
- Default Constructor
dispatch
public void dispatch(String requestId,
Vector request,
Vector response)
throws ProcessingErrorException,
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
- Stringrequest
- Vector of datapacketsresponse
- Vector of datapackets
- Throws:
ProcessingErrorException
RemoteException
- See Also:
BankFrameAuditProvider.dispatch(String,Vector,Vector)
Copyright © 2005, 2007, Oracle. All rights reserved.