Uses of Interface
com.bea.jvm.JVMComponent

Packages that use JVMComponent
com.bea.jvm Provides the interfaces and the factory class for the JRockit management API.  
 

Uses of JVMComponent in com.bea.jvm
 

Subinterfaces of JVMComponent in com.bea.jvm
 interface ClassLibrary
           Interface to query and monitor the JVM's set of currently loaded classes and their classloaders.
 interface CompilationSystem
           Interface to the compilation (machine code generation) unit of the JVM.
 interface GarbageCollector
           This interface represents the Garbage Collector of the JVM.
 interface Machine
           Represents the hardware on which the OperatingSystem and JVM is run.
 interface MemorySystem
           Interface to the JVM memory system.
 interface OperatingSystem
           Representation of the Operating system.
 interface ProfilingSystem
           Interface for retrieving profiling information from JRockit.
 interface ThreadSystem
           Interface to the thread system of the JVM.