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 |
---|---|---|
AttachProvider |
VirtualMachine.provider() |
Returns the provider that created this virtual machine.
|
AttachProvider |
VirtualMachineDescriptor.provider() |
Return the
AttachProvider that this descriptor references. |
Constructor | Description |
---|---|
VirtualMachine(AttachProvider provider,
String id) |
Initializes a new instance of this class.
|
VirtualMachineDescriptor(AttachProvider provider,
String id) |
Creates a virtual machine descriptor from the given components.
|
VirtualMachineDescriptor(AttachProvider provider,
String id,
String displayName) |
Creates a virtual machine descriptor from the given components.
|
Modifier and Type | Method | Description |
---|---|---|
static List<AttachProvider> |
AttachProvider.providers() |
Returns a list of the installed attach providers.
|
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, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b151-2