パッケージ | 説明 |
---|---|
com.sun.tools.attach |
JavaTM 仮想マシンに接続する API を提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
VirtualMachine.loadAgent(String agent)
エージェントをロードします。
|
abstract void |
VirtualMachine.loadAgent(String agent, String options)
エージェントをロードします。
|
void |
VirtualMachine.loadAgentLibrary(String agentLibrary)
エージェントライブラリをロードします。
|
abstract void |
VirtualMachine.loadAgentLibrary(String agentLibrary, String options)
エージェントライブラリをロードします。
|
void |
VirtualMachine.loadAgentPath(String agentPath)
フルパス名を使用して、ネーティブエージェントライブラリをロードします。
|
abstract void |
VirtualMachine.loadAgentPath(String agentPath, String options)
フルパス名を使用して、ネーティブエージェントライブラリをロードします。
|
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.