A C D E F G H I J L M N O P R S T U V

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 at some point 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.
isDynamic() - Method in interface com.bea.jvm.GarbageCollector
Returns true if the GC system is running in a dynamic mode, i.e. a mode that allows the strategy to change.
isExceptionCountEnabled(Class) - Method in interface com.bea.jvm.ProfilingSystem
Returns whether exception counting for the Throwable is enabled or not.
isExitOnOutOfMemory() - Method in interface com.bea.jvm.MemorySystem
Returns true if the JVM will exit with an error code instead of throwing an OutOfMemoryError, false if it throws an OutOfMemoryError.
isGenerational() - Method in interface com.bea.jvm.GarbageCollector
Returns true if this memory model at some point uses a nursery/ young-space.
isHeapSizeLocked() - Method in interface com.bea.jvm.MemorySystem
This method returns false if the heap size is controlled by the JVM, false otherwise.
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 constructor is optimized, i.e. has been generated using the optimizing code generation strategy.
isOptimized(Method) - Method in interface com.bea.jvm.CompilationSystem
Returns boolean true if the method is optimized, i.e. has been generated using the optimizing code generation strategy.
isOptimizing() - Method in interface com.bea.jvm.CompilationSystem
This method returns boolean false if optimization is turned off (i.e.
isParallel() - Method in interface com.bea.jvm.GarbageCollector
Returns true if this Garbage Collector at some point runs in parallel on several processors when collecting garbage.
isSelfOptimizing() - Method in interface com.bea.jvm.GarbageCollector
Returns true if the GC system is running in a mode that will automatically choose GarbageCollectionStrategy for you.
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.

A C D E F G H I J L M N O P R S T U V