|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TxnHandlerBrokerPersister
This class defines an interface between TxnHandlerBroker and a txn handler persister
Method Summary | |
---|---|
Vector |
amend(String ejbName,
String amendName,
DataPacket amendData,
Vector amendedPrimaryKeys,
boolean removeOperation)
This method is used to update some or all attributes in the data store. |
Vector |
find(String ejbName,
String amendName,
DataPacket amendData)
This method is used to find data in the data store. |
Method Detail |
---|
Vector amend(String ejbName, String amendName, DataPacket amendData, Vector amendedPrimaryKeys, boolean removeOperation) throws ProcessingErrorException
ejbName
- entity to be updated in the data storeamendName
- the name of the method doing the amendamendData
- amendedPrimaryKeys
- removeOperation
-
ProcessingErrorException
- if an error occurs during processingVector find(String ejbName, String amendName, DataPacket amendData) throws ProcessingErrorException
ejbName
- entity to be updated in the data storeamendName
- the name of the method doing the amendamendData
-
ProcessingErrorException
- if an error occurs during processing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |