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 CodeGenerationStrategy
           A representation of the code generation strategy used to generate code for a method or constructor.
 interface CompilationSystem
           Interface to the compilation (machine code generation) unit of the JVM.
 interface CPU
           Represents a processing unit in the Machine.
 interface GarbageCollectionStrategy
           A garbage collection strategy, defining how the GarbageCollector is run.
 interface GarbageCollector
           This interface represents the Garbage Collector of 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
          Deprecated. Replaced by com.bea.jvm.CodeGenerationStrategy
 interface OptimizationLevel
          Deprecated. Replaced by CodeGenerationStrategy.
 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.
static interface ThreadSnapshot.Monitor
           Interface representing a monitor from a specific thread snapshot.
 interface ThreadSystem
           Interface to the thread system of the JVM.