com.bankframe.ei.txnhandler.amend
Class SessionAmendHelper

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.amend.SessionAmendHelper

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

public class SessionAmendHelper
extends java.lang.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


Method Summary
static java.util.Vector amend(java.lang.String ejbName, java.lang.String amendName, DataPacket amendData, java.util.Vector amendedPrimaryKeys)
          Deprecated. This method carries out the specified amend operation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

amend

public static java.util.Vector amend(java.lang.String ejbName,
                                     java.lang.String amendName,
                                     DataPacket amendData,
                                     java.util.Vector amendedPrimaryKeys)
                              throws ProcessingErrorException,
                                     java.rmi.RemoteException
Deprecated. 
This method carries out the specified amend operation

Parameters:
ejbName - Name of the EJB that the amend operation belongs to
amendName - Name of the amend operation to perform
amendData - The data that has been amended
amendedPrimaryKeys - Vector of Primary Keys of the entities that are affected by the amend operation.
Throws:
ProcessingErrorException
java.rmi.RemoteException


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