com.bankframe.ei.txnhandler.sessionamendpersister
Class StoreAndForwardSessionAmendPersister

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.persister.TxnPersister
      extended bycom.bankframe.ei.txnhandler.sessionamendpersister.TxnSessionAmendPersister
          extended bycom.bankframe.ei.txnhandler.sessionamendpersister.StoreAndForwardSessionAmendPersister
All Implemented Interfaces:
EPersister, SessionAmendPersister, TxnHandlerBrokerPersister

Deprecated. SessionAmendHelper classes have been replaced by TxnHandlerBroker

public class StoreAndForwardSessionAmendPersister
extends TxnSessionAmendPersister

This class extends the TxnSessionAmendPersister in order to implement Store for forward.


Constructor Summary
StoreAndForwardSessionAmendPersister()
          Deprecated.  
 
Method Summary
 java.util.Vector amend(java.lang.String ejbName, java.lang.String amendName, DataPacket amendData, java.util.Vector amendedPrimaryKeys)
          Deprecated. This method carries out the specified amend operation
 
Methods inherited from class com.bankframe.ei.txnhandler.persister.TxnPersister
amend, amend, amend, amend, amend, create, find, find, load, remove, removeFromCache, store
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreAndForwardSessionAmendPersister

public StoreAndForwardSessionAmendPersister()
Deprecated. 
Method Detail

amend

public java.util.Vector amend(java.lang.String ejbName,
                              java.lang.String amendName,
                              DataPacket amendData,
                              java.util.Vector amendedPrimaryKeys)
                       throws ProcessingErrorException,
                              java.rmi.RemoteException
Deprecated. 
This method carries out the specified amend operation

Specified by:
amend in interface SessionAmendPersister
Overrides:
amend in class TxnSessionAmendPersister
Parameters:
ejbName - Name of the EJB that the amend operation belongs to
amendName - Name of the amend operation to perform
amendData - The data that has been amended
amendedPrimaryKeys - Vector of Primary Keys of the entities that are affected by the amend operation.
Returns:
Vector of results from the host system
Throws:
ProcessingErrorException
java.rmi.RemoteException


Copyright © 2005, 2007, Oracle. All rights reserved.