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
I
isCompiled(Constructor)
- Method in interface com.bea.jvm.
CompilationSystem
Returns boolean true if the Constructor is compiled, false otherwise.
isCompiled(Method)
- Method in interface com.bea.jvm.
CompilationSystem
Returns boolean true if the Method is compiled, false otherwise.
isConcurrent()
- Method in interface com.bea.jvm.
GarbageCollector
Returns true if this Garbage Collector collects garbage concurrently, i.e. in a separate thread running concurrently with the other threads.
isDaemon()
- Method in interface com.bea.jvm.
ThreadSnapshot
Returns true if this thread is a daemon thread.
isExceptionCountEnabled(Class)
- Method in interface com.bea.jvm.
ProfilingSystem
Returns whether exception counting for the Throwable is enabled or not.
isGenerational()
- Method in interface com.bea.jvm.
GarbageCollector
Returns true if this memory model uses a nursery/ young-space.
isIncremental()
- Method in interface com.bea.jvm.
GarbageCollector
Returns true if this Garbage Collector collects garbage incrementally (in small steps, train algorithm or similar).
isInvocationCountEnabled(Constructor)
- Method in interface com.bea.jvm.
ProfilingSystem
Returns true if invocation counting is enabled for the specified constructor.
isInvocationCountEnabled(Method)
- Method in interface com.bea.jvm.
ProfilingSystem
Returns true if invocation counting is enabled for the specified method.
isNativeMethod()
- Method in interface com.bea.jvm.
CallTraceElement
Returns true if the method containing the execution point represented by this call trace element is a native method.
isOptimized(Constructor)
- Method in interface com.bea.jvm.
CompilationSystem
Returns boolean true if the Method is optimized, i.e. has an optimization level higher than the lowest available one.
isOptimized(Method)
- Method in interface com.bea.jvm.
CompilationSystem
Returns boolean true if the Method is optimized, i.e. has an optimization level higher than the lowest available one.
isParallel()
- Method in interface com.bea.jvm.
GarbageCollector
Returns true if this Garbage Collector runs in parallel on several processors when collecting garbage.
isTimingEnabled(Constructor)
- Method in interface com.bea.jvm.
ProfilingSystem
Checks whether timing is enabled or not for the specified constructor.
isTimingEnabled(Method)
- Method in interface com.bea.jvm.
ProfilingSystem
Checks whether timing is enabled or not for a certain method.
isUsingThinThreads()
- Method in interface com.bea.jvm.
ThreadSystem
Returns true if the thread system is using thin treads, false otherwise.
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