com.sun.jdi
Class Bootstrap
java.lang.Object
|
+--com.sun.jdi.Bootstrap
- public class Bootstrap
- extends Object
Initial class that provides access to the default implementation
of JDI interfaces. A debugger application uses this class to access the
single instance of the VirtualMachineManager
interface.
- Since:
- 1.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bootstrap
public Bootstrap()
virtualMachineManager
public static VirtualMachineManager virtualMachineManager()