|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java Debug Interface DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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.
| Constructor and Description |
|---|
Bootstrap()
|
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachineManager |
virtualMachineManager()
Returns the virtual machine manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Bootstrap()
| Method Detail |
|---|
public static VirtualMachineManager virtualMachineManager()
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.
SecurityException - if a security manager has been
installed and it denies JDIPermission
("virtualMachineManager") or other unspecified
permissions required by the implementation.
|
Java Debug Interface DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1999, 2010, Oracle Corporation. All rights reserved.