|
Attach API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttachProvider | |
---|---|
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 AttachProvider in com.sun.tools.attach |
---|
Methods in com.sun.tools.attach that return AttachProvider | |
---|---|
AttachProvider |
VirtualMachineDescriptor.provider()
Return the AttachProvider that this descriptor references. |
AttachProvider |
VirtualMachine.provider()
Returns the provider that created this virtual machine. |
Constructors in com.sun.tools.attach with parameters of type AttachProvider | |
---|---|
VirtualMachine(AttachProvider provider,
String id)
Initializes a new instance of this class. |
|
VirtualMachineDescriptor(AttachProvider provider,
String id)
Creates a virtual machine descriptor from the given components. |
|
VirtualMachineDescriptor(AttachProvider provider,
String id,
String displayName)
Creates a virtual machine descriptor from the given components. |
Uses of AttachProvider in com.sun.tools.attach.spi |
---|
Methods in com.sun.tools.attach.spi that return types with arguments of type AttachProvider | |
---|---|
static List<AttachProvider> |
AttachProvider.providers()
Returns a list of the installed attach providers. |
|
Attach API | ||||||||
PREV NEXT | FRAMES NO FRAMES |