|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface provides methods to customize the way similar objects are searched in both the persistent and temporary cloud.
| Method Summary | |
java.util.List |
findSimilarObject(Transaction transaction,
TmpObject tmpObj)
Searches for similar object. |
void |
init(java.util.HashMap params)
Initialize this instance (called once per transaction). |
| Method Detail |
public void init(java.util.HashMap params)
throws TransactionHandlerException
params - The initialization parameters, provided as
name/value pairs (both String).
TransactionHandlerException - if a failure occurred.
public java.util.List findSimilarObject(Transaction transaction,
TmpObject tmpObj)
throws TransactionHandlerException
transaction - The transaction where the tmpObj belongs to.tmpObj - The object to search for.
TransactionHandlerException - If a failure occurred.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||