| java.lang.Object | ||
| ↳ | com.sun.tools.attach.spi.AttachProvider | |
| ↳ | sun.tools.attach.HotSpotAttachProvider | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Lists the Java virtual machines known to this provider.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.sun.tools.attach.spi.AttachProvider
| |||||||||||
From class
java.lang.Object
| |||||||||||
Lists the Java virtual machines known to this provider.
This method returns a list of VirtualMachineDescriptor elements. Each
VirtualMachineDescriptor describes a Java virtual machine
to which this provider can potentially attach. There isn't any
guarantee that invoking attachVirtualMachine on each descriptor in the list will succeed.