com.bea.jvm
Interface JVMComponent

All Superinterfaces:
Describable
All Known Subinterfaces:
ClassLibrary, CompilationSystem, GarbageCollector, Machine, MemorySystem, OperatingSystem, ProfilingSystem, ThreadSystem

public interface JVMComponent
extends Describable

Interface for subcomponents of the JVM.

Author:
Calle Wilund, Marcus Hirt

Method Summary
 JVM getJVM()
           
 
Methods inherited from interface com.bea.jvm.Describable
getDescription
 

Method Detail

getJVM

JVM getJVM()
Returns:
The owning JVM instance.
Since:
2.0


Copyright © 2006 BEA Systems Inc.