Kodo 4.0.0RC2 generated on May 12 2006

kodo.runtime
Interface PreAttachCallback


Deprecated.

public interface PreAttachCallback

Interface that marks a persistent class as one that should receive notification that it is about to be attached.

See Also:
kodo.kernel.Broker#attach(java.lang.Object)

Method Summary
 void jdoPreAttach()
          Deprecated. Invoked on the detached instance immediately before it is to be attached.
 

Method Detail

jdoPreAttach

void jdoPreAttach()
Deprecated. 
Invoked on the detached instance immediately before it is to be attached.


Kodo 4.0.0RC2 generated on May 12 2006

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.