java.lang.Object
com.sun.jdi.Bootstrap
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
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. - 
Method Summary
Modifier and TypeMethodDescriptionstatic VirtualMachineManagerReturns the virtual machine manager. 
- 
Constructor Details
- 
Bootstrap
Deprecated, for removal: This API element is subject to removal in a future version.Do not call. 
 - 
 - 
Method Details
- 
virtualMachineManager
Returns the virtual machine manager.May throw an unspecified error if initialization of the
VirtualMachineManagerfails or if the virtual machine manager is unable to locate or create anyConnectors.- Throws:
 SecurityException- if a security manager has been installed and it deniesJDIPermission("virtualMachineManager") or other unspecified permissions required by the implementation.
 
 -