Uses of Class
com.sun.tools.attach.AttachNotSupportedException
-
Packages that use AttachNotSupportedException Package Description 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 Modifier and Type Method Description static VirtualMachine
VirtualMachine. attach(VirtualMachineDescriptor vmd)
Attaches to a Java virtual machine.static VirtualMachine
VirtualMachine. attach(java.lang.String id)
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 Modifier and Type Method Description VirtualMachine
AttachProvider. attachVirtualMachine(VirtualMachineDescriptor vmd)
Attaches to a Java virtual machine.abstract VirtualMachine
AttachProvider. attachVirtualMachine(java.lang.String id)
Attaches to a Java virtual machine. -
Uses of AttachNotSupportedException in sun.tools.attach
Constructors in sun.tools.attach that throw AttachNotSupportedException Constructor Description BsdVirtualMachine(AttachProvider provider, java.lang.String vmid)
Attaches to the target VMLinuxVirtualMachine(AttachProvider provider, java.lang.String vmid)
Attaches to the target VMSolarisVirtualMachine(AttachProvider provider, java.lang.String vmid)
Attaches to the target VMWindowsVirtualMachine(AttachProvider provider, java.lang.String id)
-