com.bankframe.ei.txnhandler.amend
Class SessionAmendHelper
java.lang.Object
com.bankframe.ei.txnhandler.amend.SessionAmendHelper
Deprecated. This class has been replaced by com.bankframe.ei.txnhandler.broker.TxnHandlerBroker
public class SessionAmendHelper
- extends Object
This class provides a utility method 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
amend
public static Vector amend(String ejbName,
String amendName,
DataPacket amendData,
Vector amendedPrimaryKeys)
throws ProcessingErrorException,
RemoteException
- Deprecated.
- This method carries out the specified amend operation
- 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.
- Throws:
ProcessingErrorException
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.