|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is a callback interface that allows interaction with the Materialization process of the IndirectionHandler The ODMG TransactionImpl implements this interface to provide a delayed registration mechanism for proxies.
| Method Summary | |
void |
afterMaterialization(IndirectionHandler handler,
java.lang.Object materializedObject)
this callback is invoked after an Object is materialized within an IndirectionHandler. |
void |
beforeMaterialization(IndirectionHandler handler,
Identity oid)
this callback is invoked before an Object is materialized within an IndirectionHandler. |
| Method Detail |
public void beforeMaterialization(IndirectionHandler handler,
Identity oid)
handler - the invoking handleroid - the identity of the object to be materialized
public void afterMaterialization(IndirectionHandler handler,
java.lang.Object materializedObject)
handler - the invoking handlermaterializedObject - the materialized Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||