|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is implemented by listeners to be notified of detach events.
Method Summary | |
void |
postDetach(InstanceLifecycleEvent event)
This method is called during the execution of PersistenceManager.detachCopy(java.lang.Object) after the
detached copy is made. |
void |
preDetach(InstanceLifecycleEvent event)
This method is called during the execution of PersistenceManager.detachCopy(java.lang.Object) before the
detached copy is made. |
Method Detail |
public void preDetach(InstanceLifecycleEvent event)
PersistenceManager.detachCopy(java.lang.Object)
before the
detached copy is made. It is called before the method
DetachCallback.jdoPreDetach()
is called on the
instance to be detached.
event
- the detach event.public void postDetach(InstanceLifecycleEvent event)
PersistenceManager.detachCopy(java.lang.Object)
after the
detached copy is made. It is called after the method
DetachCallback.jdoPreDetach()
is called on
the detached instance.
event
- the detach event.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |