Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
U
F
FinalizationEvent
- class com.bea.jvm.event.
FinalizationEvent
.
Event delivered when an Object has been finalized.
FinalizationEvent(Object)
- Constructor for class com.bea.jvm.event.
FinalizationEvent
Constructor.
FinalizationEvent(Object, Throwable)
- Constructor for class com.bea.jvm.event.
FinalizationEvent
Constructor.
FinalizationListener
- interface com.bea.jvm.event.
FinalizationListener
.
Listener for finalization events.
finalizerFailed()
- Method in class com.bea.jvm.event.
FinalizationEvent
Returns true if an exception was thrown in the finalizer.
forceCompilation(Constructor)
- Method in interface com.bea.jvm.
CompilationSystem
Force the compiler to generate code for the specified Constructor using the default OptimizationLevel.
forceCompilation(Constructor, OptimizationLevel)
- Method in interface com.bea.jvm.
CompilationSystem
Forces the compiler to generate code for the specified constructor using the specified OptimizationLevel.
forceCompilation(Method)
- Method in interface com.bea.jvm.
CompilationSystem
Force the compiler to generate code for this method using the default OptimizationLevel.
forceCompilation(Method, OptimizationLevel)
- Method in interface com.bea.jvm.
CompilationSystem
Forces the compiler to generate code for this method using the specified OptimizationLevel.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
U