|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.broker.TxnHandlerBroker
public class 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 Vector |
amend(String ejbName,
String amendName,
DataPacket amendData,
Vector amendedPrimaryKeys)
This method carries out the specified amend operation |
static Vector |
amend(String ejbName,
String amendName,
HashMap amendData)
This method carries out the specified amend operation. |
static Vector |
find(String ejbName,
String methodName,
DataPacket data)
This method carries out the specified find operation |
static Vector |
find(String ejbName,
String methodName,
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 Vector amend(String ejbName, String amendName, DataPacket amendData, Vector amendedPrimaryKeys) throws ProcessingErrorException, 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
RemoteException
public static Vector amend(String ejbName, String amendName, HashMap amendData) throws ProcessingErrorException, 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
RemoteException
public static Vector find(String ejbName, String methodName, DataPacket data) throws ProcessingErrorException, 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
RemoteException
public static Vector find(String ejbName, String methodName, HashMap data) throws ProcessingErrorException, 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
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |