com.bankframe.ei.impl.txnhandler
Class TransactionHandlerBean

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.TransactionHandlerBean
      extended bycom.bankframe.ei.impl.txnhandler.TransactionHandlerBean
All Implemented Interfaces:
ESession, java.io.Serializable
Direct Known Subclasses:
TransactionHandlerSessionBean

public class TransactionHandlerBean
extends TransactionHandlerBean
implements ESession

The TransactionHandlerBean class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.bankframe.ejb.ESession
serialVersionUID
 
Constructor Summary
TransactionHandlerBean()
           
 
Method Summary
 void ejbCreate()
          This method creates a new StoreQueue Session instance.
 java.util.Vector processDataPacket(DataPacket data)
          This method processes a singe DataPacket request.
 java.util.Vector processDataPackets(java.util.Vector allData)
          This method processes a vector of DataPacket requests.
 
Methods inherited from class com.bankframe.ei.txnhandler.TransactionHandlerBean
processFindRequest, processRequest, processSingleHostFindRequest, processSingleHostRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionHandlerBean

public TransactionHandlerBean()
Method Detail

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException
This method creates a new StoreQueue Session instance.

Throws:
javax.ejb.CreateException

processDataPacket

public java.util.Vector processDataPacket(DataPacket data)
                                   throws ProcessingErrorException,
                                          java.rmi.RemoteException
Description copied from interface: ESession
This method processes a singe DataPacket request.

Specified by:
processDataPacket in interface ESession
Parameters:
data - the request DataPacket
Returns:
a vector of one or more response DataPackets
Throws:
ProcessingErrorException - if the request cannot be processed
java.rmi.RemoteException

processDataPackets

public java.util.Vector processDataPackets(java.util.Vector allData)
                                    throws ProcessingErrorException,
                                           java.rmi.RemoteException
Description copied from interface: ESession
This method processes a vector of DataPacket requests.

Specified by:
processDataPackets in interface ESession
Parameters:
allData - the request DataPackets
Returns:
a vector of one or more response DataPackets
Throws:
java.rmi.RemoteException
ProcessingErrorException - if the request cannot be processed


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