|
|||||||||||
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 attach events.
Method Summary | |
void |
postAttach(InstanceLifecycleEvent event)
This method is called during the execution of PersistenceManager.attachCopy(java.lang.Object, boolean) on the persistent
instance after the copy is made. |
void |
preAttach(InstanceLifecycleEvent event)
This method is called during the execution of PersistenceManager.attachCopy(java.lang.Object, boolean) before the copy is made. |
Method Detail |
public void preAttach(InstanceLifecycleEvent event)
PersistenceManager.attachCopy(java.lang.Object, boolean)
before the copy is made.
It is called before the method AttachCallback.jdoPreAttach()
is invoked on the instance to be attached.
event
- the attach event.public void postAttach(InstanceLifecycleEvent event)
PersistenceManager.attachCopy(java.lang.Object, boolean)
on the persistent
instance after the copy is made.
event
- the attach event.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |