Uses of Package
com.sun.tools.attach
Package
Description
Provides the API to attach to a Java virtual machine.
Only developers who are defining new attach providers should need to make
direct use of this package.
-
ClassDescriptionThe exception thrown when an agent fails to initialize in the target Java virtual machine.The exception thrown when an agent cannot be loaded into the target Java virtual machine.Thrown by
VirtualMachine.attach
when attempting to attach to a Java virtual machine for which a compatibleAttachProvider
does not exist.A Java virtual machine.Describes a Java virtual machine. -
ClassDescriptionThrown by
VirtualMachine.attach
when attempting to attach to a Java virtual machine for which a compatibleAttachProvider
does not exist.A Java virtual machine.Describes a Java virtual machine.