Native finalizer.

Chris Gray chris.gray@kiffer.be
Mon Jul 13 19:09:00 GMT 2009


On Monday 13 July 2009 18:50:29 abhishek desai wrote:
> Hi,
>
> Is there any way to assign a native finalizer method per object to be
> called when the object gets garbage collected ? I want to assign this
> in the native layer.

protected native void finalize();

Or am I missing something?

-- 
Chris Gray        /k/ Embedded Java Solutions      BE0809.435.306
Embedded & Mobile Java, OSGi    http://www.k-embedded-java.com/
chris.gray@kiffer.be                             +32 3 216 0369



More information about the Java mailing list