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:
ESession, ForwardTransaction, java.io.Serializable
Direct Known Subclasses:
ForwardTransactionSessionBean

public abstract class ForwardTransactionBean
extends ForwardTransactionBean
implements ESession

The ForwardTransactionBean class.

See Also:
Serialized Form

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

ForwardTransactionBean

public ForwardTransactionBean()
Default constructor.

Method Detail

processDataPacket

public java.util.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

Specified by:
processDataPacket in interface ESession
Parameters:
data - the request data
Returns:
a vector conatining the result of the operation
Throws:
ProcessingErrorException

processDataPackets

public java.util.Vector processDataPackets(java.util.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 Siebel Systems, Inc. All rights reserved.