| Package | Description |
|---|---|
| com.sun.tools.attach | |
| com.sun.tools.attach.spi | |
| org.powermock.modules.agent | |
| sun.tools.attach |
| Modifier and Type | Field and Description |
|---|---|
private AttachProvider |
VirtualMachine.provider |
private AttachProvider |
VirtualMachineDescriptor.provider |
| Modifier and Type | Method and Description |
|---|---|
AttachProvider |
VirtualMachine.provider()
Returns the provider that created this virtual machine.
|
AttachProvider |
VirtualMachineDescriptor.provider()
Return the
AttachProvider that this descriptor references. |
| Constructor and Description |
|---|
VirtualMachine(AttachProvider provider,
java.lang.String id)
Initializes a new instance of this class.
|
VirtualMachineDescriptor(AttachProvider provider,
java.lang.String id)
Creates a virtual machine descriptor from the given components.
|
VirtualMachineDescriptor(AttachProvider provider,
java.lang.String id,
java.lang.String displayName)
Creates a virtual machine descriptor from the given components.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<AttachProvider> |
AttachProvider.providers |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<AttachProvider> |
AttachProvider.providers()
Returns a list of the installed attach providers.
|
| Modifier and Type | Field and Description |
|---|---|
private static AttachProvider |
AgentLoader.ATTACH_PROVIDER |
| Constructor and Description |
|---|
BsdVirtualMachine(AttachProvider provider,
java.lang.String vmid)
Attaches to the target VM
|
HotSpotVirtualMachine(AttachProvider provider,
java.lang.String id) |
LinuxVirtualMachine(AttachProvider provider,
java.lang.String vmid)
Attaches to the target VM
|
SolarisVirtualMachine(AttachProvider provider,
java.lang.String vmid)
Attaches to the target VM
|
WindowsVirtualMachine(AttachProvider provider,
java.lang.String id) |