Package | Description |
---|---|
com.sun.jdi.connect |
This package defines connections between the virtual machine
using the JDI and the target virtual machine.
|
Modifier and Type | Method | Description |
---|---|---|
VirtualMachine |
ListeningConnector.accept(Map<String,? extends Connector.Argument> arguments) |
Waits for a target VM to attach to this connector.
|
VirtualMachine |
AttachingConnector.attach(Map<String,? extends Connector.Argument> arguments) |
Attaches to a running application and returns a
mirror of its VM.
|
VirtualMachine |
LaunchingConnector.launch(Map<String,? extends Connector.Argument> arguments) |
Launches an application and connects to its VM.
|
String |
ListeningConnector.startListening(Map<String,? extends Connector.Argument> arguments) |
Listens for one or more connections initiated by target VMs.
|
void |
ListeningConnector.stopListening(Map<String,? extends Connector.Argument> arguments) |
Cancels listening for connections.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1999, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b154-1