Package | Description |
---|---|
com.sun.jdi |
This is the core package of the Java Debug
Interface (JDI), it defines mirrors for values, types, and the target
VirtualMachine itself - as well bootstrapping facilities.
|
com.sun.jdi.connect.spi |
This package comprises the interfaces and classes used to
develop new
TransportService
implementations. |
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
VirtualMachineManager.createVirtualMachine(Connection connection)
Creates a new virtual machine.
|
VirtualMachine |
VirtualMachineManager.createVirtualMachine(Connection connection,
Process process)
Create a virtual machine mirror for a target VM.
|
Modifier and Type | Method and Description |
---|---|
abstract Connection |
TransportService.accept(TransportService.ListenKey listenKey,
long acceptTimeout,
long handshakeTimeout)
Accept a connection from a target VM.
|
abstract Connection |
TransportService.attach(String address,
long attachTimeout,
long handshakeTimeout)
Attaches to the specified address.
|
Copyright © 1999, 2016, Oracle and/or its affiliates. All rights reserved.