Package | Description |
---|---|
com.sun.tools.attach |
Provides the API to attach to a Java™ virtual machine.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b147-1