Uses of Class
com.sun.tools.attach.AgentLoadException
-
Packages that use AgentLoadException Package Description com.sun.tools.attach sun.tools.attach -
-
Uses of AgentLoadException in com.sun.tools.attach
Methods in com.sun.tools.attach that throw AgentLoadException Modifier and Type Method Description void
VirtualMachine. loadAgent(java.lang.String agent)
Loads an agent.abstract void
VirtualMachine. loadAgent(java.lang.String agent, java.lang.String options)
Loads an agent.void
VirtualMachine. loadAgentLibrary(java.lang.String agentLibrary)
Loads an agent library.abstract void
VirtualMachine. loadAgentLibrary(java.lang.String agentLibrary, java.lang.String options)
Loads an agent library.void
VirtualMachine. loadAgentPath(java.lang.String agentPath)
Load a native agent library by full pathname.abstract void
VirtualMachine. loadAgentPath(java.lang.String agentPath, java.lang.String options)
Load a native agent library by full pathname. -
Uses of AgentLoadException in sun.tools.attach
Methods in sun.tools.attach that throw AgentLoadException Modifier and Type Method Description (package private) java.io.InputStream
BsdVirtualMachine. execute(java.lang.String cmd, java.lang.Object... args)
Execute the given command in the target VM.(package private) abstract java.io.InputStream
HotSpotVirtualMachine. execute(java.lang.String cmd, java.lang.Object... args)
(package private) java.io.InputStream
LinuxVirtualMachine. execute(java.lang.String cmd, java.lang.Object... args)
Execute the given command in the target VM.(package private) java.io.InputStream
SolarisVirtualMachine. execute(java.lang.String cmd, java.lang.Object... args)
Execute the given command in the target VM.(package private) java.io.InputStream
WindowsVirtualMachine. execute(java.lang.String cmd, java.lang.Object... args)
void
HotSpotVirtualMachine. loadAgent(java.lang.String agent, java.lang.String options)
private void
HotSpotVirtualMachine. loadAgentLibrary(java.lang.String agentLibrary, boolean isAbsolute, java.lang.String options)
void
HotSpotVirtualMachine. loadAgentLibrary(java.lang.String agentLibrary, java.lang.String options)
void
HotSpotVirtualMachine. loadAgentPath(java.lang.String agentLibrary, java.lang.String options)
-