com.bankframe.ei.impl.txnhandler
Class TransactionHandlerBean
java.lang.Object
com.bankframe.ei.txnhandler.TransactionHandlerBean
com.bankframe.ei.impl.txnhandler.TransactionHandlerBean
- All Implemented Interfaces:
- ESession, Serializable
- Direct Known Subclasses:
- TransactionHandlerSessionBean
public class TransactionHandlerBean
- extends TransactionHandlerBean
- implements ESession
The TransactionHandlerBean class.
- See Also:
- Serialized Form
TransactionHandlerBean
public TransactionHandlerBean()
ejbCreate
public void ejbCreate()
throws CreateException
- This method creates a new StoreQueue Session instance.
- Throws:
CreateException
processDataPacket
public Vector processDataPacket(DataPacket data)
throws ProcessingErrorException,
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
RemoteException
processDataPackets
public Vector processDataPackets(Vector allData)
throws ProcessingErrorException,
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:
ProcessingErrorException
- if the request cannot be processed
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.