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

Field Summary
 
Fields inherited from interface com.bankframe.ejb.ESession
serialVersionUID
 
Constructor Summary
ForwardOperationsBean()
          The ForwardOperations constructor
 
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 com.bankframe.ei.txnhandler.storeandforward.forwardoperations.ForwardOperationsBean
forwardNextRequest, forwardRequest, isStoreEmpty, updateDestination
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardOperationsBean

public ForwardOperationsBean()
The ForwardOperations constructor

Method Detail

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

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.