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
 java.util.Map processFindRequest(DataPacket txnData)
          This method is called for find operations only
 java.util.Vector processRequest(DataPacket txnData)
          This method is called for all operations except finds.
 

Method Detail

processFindRequest

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

Returns:
Map of DataPacket entities, keyed by Primary Key DataPacket
Throws:
ProcessingErrorException
java.rmi.RemoteException
HostProcessingErrorException
HostConnectivityException

processRequest

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

Returns:
Vector of DataPacket results
Throws:
ProcessingErrorException
java.rmi.RemoteException
HostProcessingErrorException
HostConnectivityException


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