com.bankframe.ei.txnhandler
Interface TransactionHandler

All Known Subinterfaces:
TransactionHandler

public interface TransactionHandler

This is an EJB Session that supports the interface to the Transaction Handler. It is responsible for the overall operation of the Transaction Handler


Method Summary
 Map processFindRequest(DataPacket txnData)
          This method is called for find operations only
 Vector processRequest(DataPacket txnData)
          This method is called for all operations except finds.
 

Method Detail

processFindRequest

Map processFindRequest(DataPacket txnData)
                       throws ProcessingErrorException,
                              RemoteException,
                              HostProcessingErrorException,
                              HostConnectivityException
This method is called for find operations only

Parameters:
txnData - DataPacket of entity to find.
Returns:
Map of DataPacket entities, keyed by Primary Key DataPacket
Throws:
ProcessingErrorException
RemoteException
HostProcessingErrorException
HostConnectivityException

processRequest

Vector processRequest(DataPacket txnData)
                      throws ProcessingErrorException,
                             RemoteException,
                             HostProcessingErrorException,
                             HostConnectivityException
This method is called for all operations except finds.

Parameters:
txnData - DataPacket of entities to update on host system.
Returns:
Vector of DataPacket results
Throws:
ProcessingErrorException
RemoteException
HostProcessingErrorException
HostConnectivityException


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