com.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction
Class ForwardTransactionBean
java.lang.Object
com.bankframe.ei.txnhandler.storeandforward.forwardtransaction.ForwardTransactionBean
com.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction.ForwardTransactionBean
- All Implemented Interfaces:
- ForwardTransaction, ESession, Serializable
- Direct Known Subclasses:
- ForwardTransactionSessionBean
public abstract class ForwardTransactionBean
- extends ForwardTransactionBean
- implements ESession
The ForwardTransactionBean class.
- See Also:
- Serialized Form
ForwardTransactionBean
public ForwardTransactionBean()
- Default constructor.
processDataPacket
public Vector processDataPacket(DataPacket data)
throws ProcessingErrorException
- This method will be called by the requestRouter to process request for this EJB.
The DataPacket name of the request DataPacket must be one of
- FORWARD_ALL
- FORWARD_SUBSET
- FORWARD_SINGLE
- Specified by:
processDataPacket
in interface ESession
- Parameters:
data
- the request data
- Returns:
- a vector conatining the result of the operation
- Throws:
ProcessingErrorException
processDataPackets
public Vector processDataPackets(Vector allData)
throws ProcessingErrorException
- This method calls this.processDataPacket with the first DataPacket in the Vector.
- Specified by:
processDataPackets
in interface ESession
- Parameters:
allData
- the request data
- Returns:
- a vector conatining the result of the operation
- Throws:
ProcessingErrorException
Copyright © 2005, 2007, Oracle. All rights reserved.