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

C

CallTraceElement - interface com.bea.jvm.CallTraceElement.
1.3 compatible version of StackTraceElement.
CLASS_LOADED - Static variable in class com.bea.jvm.event.ClassLoadEvent
Flag indicating that the class was loaded.
CLASS_UNLOADED - Static variable in class com.bea.jvm.event.ClassLoadEvent
Flag indicating that the class was unloaded.
ClassLibrary - interface com.bea.jvm.ClassLibrary.
Interface to query and monitor the JVM's set of currently loaded classes and their classloaders.
ClassLoadEvent - class com.bea.jvm.event.ClassLoadEvent.
when a Class is loaded/unloaded by the JVM.
ClassLoadEvent(Class, int) - Constructor for class com.bea.jvm.event.ClassLoadEvent
Constructor.
ClassLoadListener - interface com.bea.jvm.event.ClassLoadListener.
A listener for ClassLoad events.
ClassPreProcessor - interface com.bea.jvm.ClassPreProcessor.
The interface implemented by a class preprocessor.
ClassRedefinitionException - exception com.bea.jvm.ClassRedefinitionException.
Thrown by the JRockit Management API whenever a class redefinition failed due to bad bytecode being supplied.
ClassRedefinitionException() - Constructor for class com.bea.jvm.ClassRedefinitionException
Constructor.
ClassRedefinitionException(String) - Constructor for class com.bea.jvm.ClassRedefinitionException
Constructor.
CodeGenerationStrategy - interface com.bea.jvm.CodeGenerationStrategy.
A representation of the code generation strategy used to generate code for a method or constructor.
com.bea.jvm - package com.bea.jvm
Provides the interfaces and the factory class for the JRockit management API.
com.bea.jvm.event - package com.bea.jvm.event
Provides interfaces and classes for dealing with different types of management API events.
CompilationEvent - class com.bea.jvm.event.CompilationEvent.
An event delivered when a Method is compiled by the JVM.
CompilationEvent(Constructor, CodeGenerationStrategy, long) - Constructor for class com.bea.jvm.event.CompilationEvent
Constructor.
CompilationEvent(Constructor, OptimizationLevel, long) - Constructor for class com.bea.jvm.event.CompilationEvent
Deprecated. Replaced. @see CompilationEvent#CompilationEvent(Constructor, CodeGenerationStrategy, long)
CompilationEvent(Method, CodeGenerationStrategy, long) - Constructor for class com.bea.jvm.event.CompilationEvent
Constructor.
CompilationEvent(Method, OptimizationLevel, long) - Constructor for class com.bea.jvm.event.CompilationEvent
Deprecated. Replaced. @see CompilationEvent#CompilationEvent(Method, CodeGenerationStrategy, long)
CompilationEvent(Object, CodeGenerationStrategy, OptimizationLevel, long) - Constructor for class com.bea.jvm.event.CompilationEvent
Temporary Constructor that will be removed with all the other deprecated methods in the next release.
CompilationListener - interface com.bea.jvm.event.CompilationListener.
Listener interface for method compilation events.
CompilationSystem - interface com.bea.jvm.CompilationSystem.
Interface to the compilation (machine code generation) unit of the JVM.
CPU - interface com.bea.jvm.CPU.
Represents a processing unit in the Machine.
CREATE_INSTANCE - Static variable in class com.bea.jvm.ManagementPermission
 

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