- AgentInitializationException - Exception in com.sun.tools.attach
- 
The exception thrown when an agent fails to initialize in the target
 Java virtual machine. 
- AgentInitializationException() - Constructor for exception com.sun.tools.attach.AgentInitializationException
- 
Constructs an AgentInitializationExceptionwith
 no detail message.
 
- AgentInitializationException(String) - Constructor for exception com.sun.tools.attach.AgentInitializationException
- 
Constructs an AgentInitializationExceptionwith
 the specified detail message.
 
- AgentInitializationException(String, int) - Constructor for exception com.sun.tools.attach.AgentInitializationException
- 
Constructs an AgentInitializationExceptionwith
 the specified detail message and the return value from the
 execution of the agent'sAgent_OnAttachfunction.
 
- AgentLoadException - Exception in com.sun.tools.attach
- 
The exception thrown when an agent cannot be loaded into the target
 Java virtual machine. 
- AgentLoadException() - Constructor for exception com.sun.tools.attach.AgentLoadException
- 
Constructs an AgentLoadExceptionwith
 no detail message.
 
- AgentLoadException(String) - Constructor for exception com.sun.tools.attach.AgentLoadException
- 
Constructs an AgentLoadExceptionwith
 the specified detail message.
 
- attach(String) - Static method in class com.sun.tools.attach.VirtualMachine
- 
Attaches to a Java virtual machine. 
- attach(VirtualMachineDescriptor) - Static method in class com.sun.tools.attach.VirtualMachine
- 
Attaches to a Java virtual machine. 
- AttachNotSupportedException - Exception in com.sun.tools.attach
- 
- AttachNotSupportedException() - Constructor for exception com.sun.tools.attach.AttachNotSupportedException
- 
Constructs an AttachNotSupportedExceptionwith
 no detail message.
 
- AttachNotSupportedException(String) - Constructor for exception com.sun.tools.attach.AttachNotSupportedException
- 
Constructs an AttachNotSupportedExceptionwith
 the specified detail message.
 
- AttachOperationFailedException - Exception in com.sun.tools.attach
- 
Exception type to signal that an attach operation failed in the target VM. 
- AttachOperationFailedException(String) - Constructor for exception com.sun.tools.attach.AttachOperationFailedException
- 
Constructs an AttachOperationFailedExceptionwith
 the specified detail message.
 
- AttachPermission - Class in com.sun.tools.attach
- 
- AttachPermission(String) - Constructor for class com.sun.tools.attach.AttachPermission
- 
Constructs a new AttachPermission object. 
- AttachPermission(String, String) - Constructor for class com.sun.tools.attach.AttachPermission
- 
Constructs a new AttachPermission object. 
- AttachProvider - Class in com.sun.tools.attach.spi
- 
Attach provider class for attaching to a Java virtual machine. 
- AttachProvider() - Constructor for class com.sun.tools.attach.spi.AttachProvider
- 
Initializes a new instance of this class. 
- attachVirtualMachine(String) - Method in class com.sun.tools.attach.spi.AttachProvider
- 
Attaches to a Java virtual machine. 
- attachVirtualMachine(VirtualMachineDescriptor) - Method in class com.sun.tools.attach.spi.AttachProvider
- 
Attaches to a Java virtual machine.