java.lang
Class JamaicaPrivate
java.lang.Object
java.lang.JamaicaPrivate
public final class JamaicaPrivate
- extends Object
JamaicaPrivate: Class with access to package private methods of
java.lang.
This class is not accessible by application code. Jamaica library
code can obtain a reference to this class through a native call.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
runFinalize
public final void runFinalize(Object o)
throws Throwable
- runFinalize runs o.finalize. This method permit to call o.finalize from a
different package than java.lang. Since a java application has no
means to obtain a reference to FinalizerThread, this is safe not
to be called by application code.
- Parameters:
o -
- Throws:
Throwable
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.