|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttachNotSupportedException | |
---|---|
com.sun.tools.attach | |
com.sun.tools.attach.spi | |
sun.tools.attach |
Uses of AttachNotSupportedException in com.sun.tools.attach |
---|
Methods in com.sun.tools.attach that throw AttachNotSupportedException | |
---|---|
static VirtualMachine |
VirtualMachine.attach(String id)
Attaches to a Java virtual machine. |
static VirtualMachine |
VirtualMachine.attach(VirtualMachineDescriptor vmd)
Attaches to a Java virtual machine. |
Uses of AttachNotSupportedException in com.sun.tools.attach.spi |
---|
Methods in com.sun.tools.attach.spi that throw AttachNotSupportedException | |
---|---|
abstract VirtualMachine |
AttachProvider.attachVirtualMachine(String id)
Attaches to a Java virtual machine. |
VirtualMachine |
AttachProvider.attachVirtualMachine(VirtualMachineDescriptor vmd)
Attaches to a Java virtual machine. |
Uses of AttachNotSupportedException in sun.tools.attach |
---|
Constructors in sun.tools.attach that throw AttachNotSupportedException | |
---|---|
LinuxVirtualMachine(AttachProvider provider,
String vmid)
Attaches to the target VM. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |