Uses of Interface
com.bea.jvm.Describable

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

Uses of Describable in com.bea.jvm
 

Subinterfaces of Describable 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 CPU
           Represents a processing unit in the Machine.
 interface GarbageCollector
           This interface represents a Garbage Collector in the JVM.
 interface HardwareComponent
           A hardware component of the machine.
 interface JVM
           Represents the JVM.
 interface JVMComponent
           Interface for subcomponents 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 NIC
           Interface for the physical network interface components.
 interface OperatingSystem
           Representation of the Operating system.
 interface Optimization
           An available code optimization in the CompilationSystem.
 interface OptimizationLevel
           A representation of a set of optimizations that comprise a 'level' of optimization.
 interface PhysicalMemory
           The physical memory in a Machine.
 interface ProfilingSystem
           Interface for retrieving profiling information from JRockit.
 interface ThreadSnapshot
           Interface representing a snapshot of a thread's state at a given time.
 interface ThreadSystem
           Interface to the thread system of the JVM.