- 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 AgentInitializationException
with
no detail message.
- AgentInitializationException(String) - Constructor for exception com.sun.tools.attach.AgentInitializationException
-
Constructs an AgentInitializationException
with
the specified detail message.
- AgentInitializationException(String, int) - Constructor for exception com.sun.tools.attach.AgentInitializationException
-
Constructs an AgentInitializationException
with
the specified detail message and the return value from the
execution of the agent's Agent_OnAttach
function.
- 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 AgentLoadException
with
no detail message.
- AgentLoadException(String) - Constructor for exception com.sun.tools.attach.AgentLoadException
-
Constructs an AgentLoadException
with
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 AttachNotSupportedException
with
no detail message.
- AttachNotSupportedException(String) - Constructor for exception com.sun.tools.attach.AttachNotSupportedException
-
Constructs an AttachNotSupportedException
with
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 AttachOperationFailedException
with
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.