javax.jdo.listener
Interface DirtyLifecycleListener

All Superinterfaces:
InstanceLifecycleListener

public interface DirtyLifecycleListener
extends InstanceLifecycleListener

This interface is implemented by listeners to be notified of dirty events.

Since:
2.0
Version:
2.0

Method Summary
 void postDirty(InstanceLifecycleEvent event)
          Invoked whenever a persistent instance is first made dirty, during an operation that modifies the value of a persistent or transactional field.
 void preDirty(InstanceLifecycleEvent event)
          Invoked whenever a persistent instance is first made dirty, during an operation that modifies the value of a persistent or transactional field.
 

Method Detail

preDirty

void preDirty(InstanceLifecycleEvent event)
Invoked whenever a persistent instance is first made dirty, during an operation that modifies the value of a persistent or transactional field. Called before the value is changed.

Since:
2.0

postDirty

void postDirty(InstanceLifecycleEvent event)
Invoked whenever a persistent instance is first made dirty, during an operation that modifies the value of a persistent or transactional field. Called after the value is changed.

Since:
2.0


Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache JDO2 API 2.0 Reference (DEPRECATED)
12c Release 1 (12.1.1)
Part Number E24397_01