|
Attach API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttachNotSupportedException | |
---|---|
com.sun.tools.attach | Provides the API to attach to a JavaTM virtual machine. |
com.sun.tools.attach.spi | Provider classes for the com.sun.tools.attach package. |
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. |
|
Attach API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.