com.bankframe.ejb.bmp
Interface SessionAmendPersister

All Known Implementing Classes:
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
 java.util.Vector amend(java.lang.String entityBean, java.lang.String methodName, DataPacket amendData, java.util.Vector amendedPrimaryKeys)
          Deprecated. This method is used to update some or all attributes in the data store.
 

Method Detail

amend

public java.util.Vector amend(java.lang.String entityBean,
                              java.lang.String methodName,
                              DataPacket amendData,
                              java.util.Vector amendedPrimaryKeys)
                       throws ProcessingErrorException,
                              java.rmi.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
Throws:
ProcessingErrorException - if an error occurs during processing
java.rmi.RemoteException


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