com.bankframe.ei.txnhandler.persister
Class StoreAndForwardPersister
java.lang.Object
com.bankframe.ei.txnhandler.persister.TxnPersister
com.bankframe.ei.txnhandler.persister.StoreAndForwardPersister
- All Implemented Interfaces:
- TxnHandlerBrokerPersister, EPersister
- Direct Known Subclasses:
- StoreMasterEntityPersister
public class StoreAndForwardPersister
- extends TxnPersister
This class extends the Transaction Handler implementation of the EPersister
interface, it is responsible for entity communication with the Cache, the
Transaction Handler and Store for forward.
|
Method Summary |
Vector |
amend(String ejbName,
String amendName,
DataPacket amendData,
Vector amendedPrimaryKeys,
boolean removeOperation)
This method is used to update some or all attributes in the data store. |
| Methods inherited from class com.bankframe.ei.txnhandler.persister.TxnPersister |
amend, amend, amend, amend, create, find, find, load, remove, removeFromCache, store |
StoreAndForwardPersister
public StoreAndForwardPersister()
- Default Constructor
amend
public Vector amend(String ejbName,
String amendName,
DataPacket amendData,
Vector amendedPrimaryKeys,
boolean removeOperation)
throws ProcessingErrorException
- This method is used to update some or all attributes in the data store.
- Specified by:
amend in interface TxnHandlerBrokerPersister- Overrides:
amend in class TxnPersister
- Parameters:
ejbName - entity to be updated in the data storeamendName - the name of the method doing the amendamendData - amendedPrimaryKeys - removeOperation -
- Returns:
- Vector of results from the host system, used if this is a session amend call to the host system
- Throws:
ProcessingErrorException - if an error occurs during processing
Copyright © 2005, 2007, Oracle. All rights reserved.