public class

Bootstrap

extends Object
java.lang.Object
   ↳ com.sun.jdi.Bootstrap

Class Overview

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.

Summary

Public Constructors
Bootstrap()
Public Methods
synchronized static VirtualMachineManager virtualMachineManager()
Returns the virtual machine manager.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Bootstrap ()

Public Methods

public static synchronized VirtualMachineManager virtualMachineManager ()

Returns the virtual machine manager.

May throw an unspecified error if initialization of the VirtualMachineManager fails or if the virtual machine manager is unable to locate or create any Connectors.

Throws
SecurityException if a security manager has been installed and it denies JDIPermission ("virtualMachineManager") or other unspecified permissions required by the implementation.