|
Attach API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgentLoadException | |
---|---|
com.sun.tools.attach | Provides the API to attach to a JavaTM virtual machine. |
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. |
|
Attach API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.