Package | Description |
---|---|
com.sun.tools.attach | |
sun.tools.attach |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.io.InputStream |
WindowsVirtualMachine.execute(java.lang.String cmd,
java.lang.Object... args) |
(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 |
LinuxVirtualMachine.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 |
BsdVirtualMachine.execute(java.lang.String cmd,
java.lang.Object... args)
Execute the given command in the target VM.
|
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) |