SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

kodo.runtime
Interface PostDetachCallback


public interface PostDetachCallback

Interface that marks a persistent class as one that should receive notification that it was detached.

See Also:
KodoPersistenceManager.detach(java.lang.Object)

Method Summary
 void jdoPostDetach(Object managed)
          Invoked on the detached copy of the persistent instance after it has been detached.
 

Method Detail

jdoPostDetach

public void jdoPostDetach(Object managed)
Invoked on the detached copy of the persistent instance after it has been detached. This method will only be called once the entire graph of objects for a single detach operation has been completed.
Parameters:
managed - the managed instance that was the source of the detached instance

SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.