com.bankframe.ejb.bmp
Interface SessionAmendPersister

All Known Implementing Classes:
StoreAndForwardSessionAmendPersister, TxnSessionAmendPersister

Deprecated. This class has been replaced by com.bankframe.ei.txnhandler.broker.TxnHandlerBrokerPersister

public interface SessionAmendPersister

This interface defines the methods that all Persister classes must implement.


Method Summary
 Vector amend(String entityBean, String methodName, DataPacket amendData, Vector amendedPrimaryKeys)
          Deprecated. This method is used to update some or all attributes in the data store.
 

Method Detail

amend

Vector amend(String entityBean,
             String methodName,
             DataPacket amendData,
             Vector amendedPrimaryKeys)
             throws ProcessingErrorException,
                    RemoteException
Deprecated. 
This method is used to update some or all attributes in the data store.

Parameters:
entityBean - entity to be updated in the data store
methodName - the name of the method doing the amend
amendData -
amendedPrimaryKeys -
Throws:
ProcessingErrorException - if an error occurs during processing
RemoteException


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