|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgentInitializationException | |
---|---|
com.sun.tools.attach | |
sun.tools.attach |
Uses of AgentInitializationException in com.sun.tools.attach |
---|
Methods in com.sun.tools.attach that throw AgentInitializationException | |
---|---|
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 | |
---|---|
void |
HotSpotVirtualMachine.loadAgent(java.lang.String agent,
java.lang.String options)
Load JPLIS agent which will load the agent JAR file and invoke the agentmain method. |
void |
HotSpotVirtualMachine.loadAgentLibrary(java.lang.String agentLibrary,
java.lang.String options)
Load agent library - library name will be expanded in target VM. |
void |
HotSpotVirtualMachine.loadAgentPath(java.lang.String agentLibrary,
java.lang.String options)
Load agent - absolute path of library provided to target VM. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |