com.bankframe.ei.txnhandler.storeandforward.impl.forwardoperations
Class ForwardOperationsBean
java.lang.Object
|
+--com.bankframe.ei.txnhandler.storeandforward.forwardoperations.ForwardOperationsBean
|
+--com.bankframe.ei.txnhandler.storeandforward.impl.forwardoperations.ForwardOperationsBean
- All Implemented Interfaces:
- ESession, ForwardOperations, java.io.Serializable
- Direct Known Subclasses:
- ForwardOperationsSessionBean
- public abstract class ForwardOperationsBean
- extends ForwardOperationsBean
- implements ESession
The ForwardOperationsBean class.
- See Also:
- Serialized Form
Method Summary |
java.util.Vector |
processDataPacket(DataPacket data)
This method accepts a DataPacket sent specifying a type of request that
the forwarding session should do. |
java.util.Vector |
processDataPackets(java.util.Vector allData)
This method will process the first DataPacket in the vector by passing it
to the processDataPacket method |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForwardOperationsBean
public ForwardOperationsBean()
- The ForwardOperations constructor
processDataPacket
public java.util.Vector processDataPacket(DataPacket data)
throws ProcessingErrorException
- This method accepts a DataPacket sent specifying a type of request that
the forwarding session should do.
The valid names for this DataPacket are
- FORWARD_NEXT_REQUEST
- FORWARD_REQUEST_WITH_SEQUENCENO
- SEQUENCE_NO
- IS_STORE_EMPTY
- Specified by:
processDataPacket
in interface ESession
- Parameters:
data
- The dataPacket conatining the request information
- Returns:
- A vector containing the response DataPacket
- Throws:
ProcessingErrorException
processDataPackets
public java.util.Vector processDataPackets(java.util.Vector allData)
throws ProcessingErrorException
- This method will process the first DataPacket in the vector by passing it
to the processDataPacket method
- Specified by:
processDataPackets
in interface ESession
- Parameters:
allData
- the request vector
- Returns:
- A vector containing the response DataPacket
- Throws:
ProcessingErrorException
Copyright © 2005 Siebel Systems, Inc. All rights reserved.