Kodo 4.2.0. (DEPRECATED)

kodo.jdo
Interface DirtyFlushedLifecycleListener

All Superinterfaces:
InstanceLifecycleListener

public interface DirtyFlushedLifecycleListener
extends InstanceLifecycleListener

Kodo-specific instance lifecycle listener that is notified when a flushed object is re-dirtied again for the first time after flush.


Method Summary
 void postDirtyFlushed(InstanceLifecycleEvent event)
          Called after applying change.
 void preDirtyFlushed(InstanceLifecycleEvent event)
          Called prior to applying change.
 

Method Detail

preDirtyFlushed

void preDirtyFlushed(InstanceLifecycleEvent event)
Called prior to applying change.


postDirtyFlushed

void postDirtyFlushed(InstanceLifecycleEvent event)
Called after applying change.


Kodo 4.2.0. (DEPRECATED)

Copyright 2011 Oracle, Inc. All Rights Reserved.

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


Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
11g Release 1 (10.3.6)
Part Number E13950-02