|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ei.txnhandler.broker.TxnHandlerBroker
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)
This method carries out the specified amend operation |
static java.util.Vector |
amend(java.lang.String ejbName,
java.lang.String amendName,
java.util.HashMap amendData)
This method carries out the specified amend operation. |
static java.util.Vector |
find(java.lang.String ejbName,
java.lang.String methodName,
DataPacket data)
This method carries out the specified find operation |
static java.util.Vector |
find(java.lang.String ejbName,
java.lang.String methodName,
java.util.HashMap data)
This method carries out the specified find operation. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
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
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.
ProcessingErrorException
java.rmi.RemoteException
public static java.util.Vector amend(java.lang.String ejbName,
java.lang.String amendName,
java.util.HashMap amendData)
throws ProcessingErrorException,
java.rmi.RemoteException
ejbName - Name of the EJB that the amend operation belongs toamendName - Name of the amend operation to performamendData - All the data available that the calling method considers relevant
ProcessingErrorException
java.rmi.RemoteException
public static java.util.Vector find(java.lang.String ejbName,
java.lang.String methodName,
DataPacket data)
throws ProcessingErrorException,
java.rmi.RemoteException
ejbName - Name of the EJB that the amend operation belongs tomethodName - Name of the find operation to performdata - The data that for the find operation
ProcessingErrorException
java.rmi.RemoteException
public static java.util.Vector find(java.lang.String ejbName,
java.lang.String methodName,
java.util.HashMap data)
throws ProcessingErrorException,
java.rmi.RemoteException
ejbName - Name of the EJB that the amend operation belongs tomethodName - Name of the find operation to performdata - All the data available that the calling method considers relevant
ProcessingErrorException
java.rmi.RemoteException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||