Uses of Class
com.sun.tools.attach.AgentInitializationException
-
Packages that use AgentInitializationException Package Description com.sun.tools.attach sun.tools.attach -
-
Uses of AgentInitializationException in com.sun.tools.attach
Methods in com.sun.tools.attach that throw AgentInitializationException 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 AgentInitializationException in sun.tools.attach
Methods in sun.tools.attach that throw AgentInitializationException Modifier and Type Method Description 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)
-