Package | Description |
---|---|
com.sun.tools.attach |
Provides the API to attach to a Java™ virtual machine.
|
com.sun.tools.attach.spi |
Only developers who are defining new attach providers should need to make
direct use of this package.
|
Modifier and Type | Method | Description |
---|---|---|
static List<VirtualMachineDescriptor> |
VirtualMachine.list() |
Return a list of Java virtual machines.
|
Modifier and Type | Method | Description |
---|---|---|
static VirtualMachine |
VirtualMachine.attach(VirtualMachineDescriptor vmd) |
Attaches to a Java virtual machine.
|
Modifier and Type | Method | Description |
---|---|---|
abstract List<VirtualMachineDescriptor> |
AttachProvider.listVirtualMachines() |
Lists the Java virtual machines known to this provider.
|
Modifier and Type | Method | Description |
---|---|---|
VirtualMachine |
AttachProvider.attachVirtualMachine(VirtualMachineDescriptor vmd) |
Attaches to a Java virtual machine.
|
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 © 2005, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b149-1