com.bankframe.ei.txnhandler.sessionamendpersister
Class TxnSessionAmendPersister
java.lang.Object
com.bankframe.ei.txnhandler.persister.TxnPersister
com.bankframe.ei.txnhandler.sessionamendpersister.TxnSessionAmendPersister
- All Implemented Interfaces:
- TxnHandlerBrokerPersister, EPersister, SessionAmendPersister
- Direct Known Subclasses:
- StoreAndForwardSessionAmendPersister
Deprecated. SessionAmendHelper classes have been replaced by TxnHandlerBroker
public class TxnSessionAmendPersister
- extends TxnPersister
- implements SessionAmendPersister
This class provides utility methods for carrying out transaction handler
amend operations that must be carried out from a session bean, rather
than directly from an entity bean. This can happen when the data from
two or more entity beans must be combined to form a single host transaction
| Methods inherited from class com.bankframe.ei.txnhandler.persister.TxnPersister |
amend, amend, amend, amend, amend, create, find, find, load, remove, removeFromCache, store |
TxnSessionAmendPersister
public TxnSessionAmendPersister()
- 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
- 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.