Package | Description |
---|---|
com.sun.tools.attach | |
com.sun.tools.attach.spi | |
sun.tools.attach |
Modifier and Type | Method and Description |
---|---|
AttachProvider |
VirtualMachineDescriptor.provider()
Return the
AttachProvider that this descriptor references. |
AttachProvider |
VirtualMachine.provider()
Returns the provider that created this virtual machine.
|
Constructor and 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 and Description |
---|---|
static List<AttachProvider> |
AttachProvider.providers()
Returns a list of the installed attach providers.
|
Constructor and Description |
---|
BsdVirtualMachine(AttachProvider provider,
String vmid)
Attaches to the target VM
|
LinuxVirtualMachine(AttachProvider provider,
String vmid)
Attaches to the target VM
|
SolarisVirtualMachine(AttachProvider provider,
String vmid)
Attaches to the target VM
|
WindowsVirtualMachine(AttachProvider provider,
String id) |
Copyright © 2019. All rights reserved.