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