Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public VirtualMachine | attachVirtualMachine(String
The abstract identifier that identifies the Java virtual machine. vmid)Implements abstract com. Attaches to a Java virtual machine. |
public VirtualMachine | attachVirtualMachine(VirtualMachineDescriptor
The virtual machine descriptor vmd)Overrides com. Attaches to a Java virtual machine. |
public String | name()
Implements abstract com. Return this provider's name. |
public String | type()
Implements abstract com. Return this provider's type. |
AttachProviderImpl | back to summary |
---|---|
public AttachProviderImpl() |
attachVirtualMachine | back to summary |
---|---|
public VirtualMachine attachVirtualMachine(String vmid) throws AttachNotSupportedException, IOException Implements abstract com. Doc from com. Attaches to a Java virtual machine. A Java virtual machine is identified by an abstract identifier. The nature of this identifier is platform dependent but in many cases it will be the string representation of the process identifier (or pid). This method parses the identifier and maps the identifier to a Java
virtual machine (in an implementation dependent manner). If the identifier
cannot be parsed by the provider then an
|
attachVirtualMachine | back to summary |
---|---|
public VirtualMachine attachVirtualMachine(VirtualMachineDescriptor vmd) throws AttachNotSupportedException, IOException Overrides com. Doc from com. Attaches to a Java virtual machine. A Java virtual machine can be described using a
|
name | back to summary |
---|---|
public String name() Implements abstract com. Doc from com. Return this provider's name.
|
type | back to summary |
---|---|
public String type() Implements abstract com. Doc from com. Return this provider's type.
|