com.bankframe.ei.txnhandler.sessionamendpersister
Class StoreAndForwardSessionAmendPersister
java.lang.Object
com.bankframe.ei.txnhandler.persister.TxnPersister
com.bankframe.ei.txnhandler.sessionamendpersister.TxnSessionAmendPersister
com.bankframe.ei.txnhandler.sessionamendpersister.StoreAndForwardSessionAmendPersister
- All Implemented Interfaces:
- TxnHandlerBrokerPersister, EPersister, SessionAmendPersister
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.
Methods inherited from class com.bankframe.ei.txnhandler.persister.TxnPersister |
amend, amend, amend, amend, amend, create, find, find, load, remove, removeFromCache, store |
StoreAndForwardSessionAmendPersister
public StoreAndForwardSessionAmendPersister()
- Deprecated.
amend
public Vector amend(String ejbName,
String amendName,
DataPacket amendData,
Vector amendedPrimaryKeys)
throws ProcessingErrorException,
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 toamendName
- Name of the amend operation to performamendData
- The data that has been amendedamendedPrimaryKeys
- Vector of Primary Keys of the entities that are
affected by the amend operation.
- Returns:
- Vector of results from the host system
- Throws:
ProcessingErrorException
- if an error occurs during processing
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.