SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

kodo.runtime
Interface PostAttachCallback


public interface PostAttachCallback

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

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

Method Summary
 void jdoPostAttach(Object detached)
          Invoked on the managed persistent instance after it has been the subject of an attach process.
 

Method Detail

jdoPostAttach

public void jdoPostAttach(Object detached)
Invoked on the managed persistent instance after it has been the subject of an attach process.
Parameters:
detached - the detached instance that corresponds to this managed instance

SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

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