Uses of Class
com.sun.tools.attach.AttachNotSupportedException
Packages that use AttachNotSupportedException
-
Uses of AttachNotSupportedException in com.sun.tools.attach
Methods in com.sun.tools.attach that throw AttachNotSupportedExceptionModifier and TypeMethodDescriptionstatic VirtualMachine
VirtualMachine.attach
(VirtualMachineDescriptor vmd) Attaches to a Java virtual machine.static VirtualMachine
Attaches to a Java virtual machine. -
Uses of AttachNotSupportedException in com.sun.tools.attach.spi
Methods in com.sun.tools.attach.spi that throw AttachNotSupportedExceptionModifier and TypeMethodDescriptionAttachProvider.attachVirtualMachine
(VirtualMachineDescriptor vmd) Attaches to a Java virtual machine.abstract VirtualMachine
AttachProvider.attachVirtualMachine
(String id) Attaches to a Java virtual machine. -
Uses of AttachNotSupportedException in sun.tools.attach
Constructors in sun.tools.attach that throw AttachNotSupportedExceptionModifierConstructorDescriptionBsdVirtualMachine
(AttachProvider provider, String vmid) Attaches to the target VMLinuxVirtualMachine
(AttachProvider provider, String vmid) Attaches to the target VMSolarisVirtualMachine
(AttachProvider provider, String vmid) Attaches to the target VMWindowsVirtualMachine
(AttachProvider provider, String id)