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

S

setClassPreProcessor(ClassPreProcessor) - Method in interface com.bea.jvm.ClassLibrary
Registers a class preprocessor.
setExceptionCountEnabled(Class, boolean, boolean) - Method in interface com.bea.jvm.ProfilingSystem
Enables or disables exception counting for a certain class of exceptions.
setExitOnOutOfMemory(boolean) - Method in interface com.bea.jvm.MemorySystem
This method will change whether the JVM will exit with an error code, instead of throwing an OutOfMemoryError.
setHeapSizeLocked(boolean) - Method in interface com.bea.jvm.MemorySystem
This method changes the JVM's ability to adaptively change the heap size.
setInvocationCountEnabled(Constructor, boolean) - Method in interface com.bea.jvm.ProfilingSystem
Enables or disables invocation counting for the specified constructor depending on the enable argument.
setInvocationCountEnabled(Method, boolean) - Method in interface com.bea.jvm.ProfilingSystem
Enables or disables invocation counting for the specified method depending on the enable argument.
setNurserySize(long) - Method in interface com.bea.jvm.GarbageCollector
Sets the nursery size.
setOptimizing(boolean) - Method in interface com.bea.jvm.CompilationSystem
This method will turn on or off optimizations.
setTimingEnabled(Constructor, boolean) - Method in interface com.bea.jvm.ProfilingSystem
Enables or disables timing (that is, measure time spent in) depending on the enable argument.
setTimingEnabled(Method, boolean) - Method in interface com.bea.jvm.ProfilingSystem
Enables or disables timing (that is, measure time spent in) depending on the enable argument.
suggestGarbageCollectionStrategy(GarbageCollectionStrategy) - Method in interface com.bea.jvm.GarbageCollector
Suggests a static garbage collector strategy to the system.
suggestHeapSize(long) - Method in interface com.bea.jvm.MemorySystem
This method will suggest the heapsize to be used.
suggestProcessAffinity(Collection) - Method in interface com.bea.jvm.JVM
Suggests the process affinity.

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