aicas logoJamaica 3.2 release 62

java.lang
Class JamaicaPrivate

java.lang.Object
  extended by 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.


Method Summary
 void runFinalize(Object o)
          runFinalize runs o.finalize.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 logoJamaica 3.2 release 62

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.