Uses of Package
com.bea.jvm

Packages that use com.bea.jvm
com.bea.jvm Provides the interfaces and the factory class for the JRockit management API.  
com.bea.jvm.event Provides interfaces and classes for dealing with different types of management API events. 
 

Classes in com.bea.jvm used by com.bea.jvm
ClassLibrary
           Interface to query and monitor the JVM's set of currently loaded classes and their classloaders.
ClassPreProcessor
           The interface implemented by a class preprocessor.
ClassRedefinitionException
          Thrown by the JRockit Management API whenever a class redefinition failed due to bad bytecode being supplied.
CodeGenerationStrategy
           A representation of the code generation strategy used to generate code for a method or constructor.
CompilationSystem
           Interface to the compilation (machine code generation) unit of the JVM.
Describable
           A component capable of describing itself.
GarbageCollectionStrategy
           A garbage collection strategy, defining how the GarbageCollector is run.
GarbageCollector
           This interface represents the Garbage Collector of the JVM.
HardwareComponent
           A hardware component of the machine.
JVM
           Represents the JVM.
JVMComponent
           Interface for subcomponents of the JVM.
Machine
           Represents the hardware on which the OperatingSystem and JVM is run.
Memory
           Interface for components having some sort of memory.
MemorySystem
           Interface to the JVM memory system.
NoSuchThreadException
           Exception thrown by various methods in the ThreadSystem interface.
NotAvailableException
           Exception thrown when a certain feature isn't currently available in this JVM.
OperatingSystem
           Representation of the Operating system.
OptimizationLevel
          Deprecated. Replaced by CodeGenerationStrategy.
PhysicalMemory
           The physical memory in a Machine.
ProfilingSystem
           Interface for retrieving profiling information from JRockit.
ThreadSnapshot
           Interface representing a snapshot of a thread's state at a given time.
ThreadSnapshot.Monitor
           Interface representing a monitor from a specific thread snapshot.
ThreadSystem
           Interface to the thread system of the JVM.
UnapplicableMethodException
           Exception thrown by various parts of the ProfilingSystem whenever the method used as an argument to a method isn't applicable, either because of some modifier, or because the functionality hasn't been activated for that specific method.
 

Classes in com.bea.jvm used by com.bea.jvm.event
CodeGenerationStrategy
           A representation of the code generation strategy used to generate code for a method or constructor.
GarbageCollectionStrategy
           A garbage collection strategy, defining how the GarbageCollector is run.
GarbageCollector
           This interface represents the Garbage Collector of the JVM.
NotAvailableException
           Exception thrown when a certain feature isn't currently available in this JVM.
OptimizationLevel
          Deprecated. Replaced by CodeGenerationStrategy.