|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bankframe.ei.txnhandler.storeandforward.forwardtransaction.ForwardTransactionBean | +--com.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction.ForwardTransactionBean
The ForwardTransactionBean class.
Field Summary |
Fields inherited from interface com.bankframe.ejb.ESession |
serialVersionUID |
Constructor Summary | |
ForwardTransactionBean()
Default constructor. |
Method Summary | |
java.util.Vector |
processDataPacket(DataPacket data)
This method will be called by the requestRouter to process request for this EJB. |
java.util.Vector |
processDataPackets(java.util.Vector allData)
This method calls this.processDataPacket with the first DataPacket in the Vector. |
Methods inherited from class com.bankframe.ei.txnhandler.storeandforward.forwardtransaction.ForwardTransactionBean |
forwardAll, forwardAll, forwardSingle, forwardSubset, setMonitorStatus |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ForwardTransactionBean()
Method Detail |
public java.util.Vector processDataPacket(DataPacket data) throws ProcessingErrorException
processDataPacket
in interface ESession
data
- the request data
ProcessingErrorException
public java.util.Vector processDataPackets(java.util.Vector allData) throws ProcessingErrorException
processDataPackets
in interface ESession
allData
- the request data
ProcessingErrorException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |