Attach API
A C D E G H I L N P R T V 

A

AgentInitializationException - com.sun.tools.attach の例外
エージェントがターゲットの Java 仮想マシンで初期化に失敗したときにスローされる例外です。
AgentInitializationException() - 例外 com.sun.tools.attach.AgentInitializationException のコンストラクタ
詳細メッセージなしで AgentInitializationException を構築します。
AgentInitializationException(String) - 例外 com.sun.tools.attach.AgentInitializationException のコンストラクタ
指定された詳細メッセージを持つ AgentInitializationException を構築します。
AgentInitializationException(String, int) - 例外 com.sun.tools.attach.AgentInitializationException のコンストラクタ
指定された詳細メッセージ、およびエージェントの Agent_OnAttach 関数の実行による戻り値を持つ AgentInitializationException を構築します。
AgentLoadException - com.sun.tools.attach の例外
エージェントをターゲットの Java 仮想マシン内にロードできない場合にスローされる例外です。
AgentLoadException() - 例外 com.sun.tools.attach.AgentLoadException のコンストラクタ
詳細メッセージなしで AgentLoadException を構築します。
AgentLoadException(String) - 例外 com.sun.tools.attach.AgentLoadException のコンストラクタ
指定された詳細メッセージを持つ AgentLoadException を構築します。
attach(String) - クラス com.sun.tools.attach.VirtualMachine 内の static メソッド
Java 仮想マシンに接続します。
attach(VirtualMachineDescriptor) - クラス com.sun.tools.attach.VirtualMachine 内の static メソッド
Java 仮想マシンに接続します。
AttachNotSupportedException - com.sun.tools.attach の例外
互換性のある AttachProvider が存在しない Java 仮想マシンに接続しようとしたときに、VirtalMachine.attach によってスローされます。
AttachNotSupportedException() - 例外 com.sun.tools.attach.AttachNotSupportedException のコンストラクタ
詳細メッセージなしで AttachNotSupportedException を構築します。
AttachNotSupportedException(String) - 例外 com.sun.tools.attach.AttachNotSupportedException のコンストラクタ
指定された詳細メッセージを持つ AttachNotSupportedException を構築します。
AttachPermission - com.sun.tools.attach 内のクラス
SecurityManager が設定されている場合、これはコードがターゲット仮想マシンに接続するために VirtalMachine.attach を呼び出すときにチェックされるアクセス権です。
AttachPermission(String) - クラス com.sun.tools.attach.AttachPermission のコンストラクタ
新しい AttachPermission オブジェクトを構築します。
AttachPermission(String, String) - クラス com.sun.tools.attach.AttachPermission のコンストラクタ
新しい AttachPermission オブジェクトを構築します。
AttachProvider - com.sun.tools.attach.spi 内のクラス
Java 仮想マシンに接続するための接続プロバイダクラスです。
AttachProvider() - クラス com.sun.tools.attach.spi.AttachProvider のコンストラクタ
このクラスの新しいインスタンスを初期化します。
attachVirtualMachine(String) - クラス com.sun.tools.attach.spi.AttachProvider 内のメソッド
Java 仮想マシンに接続します。
attachVirtualMachine(VirtualMachineDescriptor) - クラス com.sun.tools.attach.spi.AttachProvider 内のメソッド
Java 仮想マシンに接続します。

C

com.sun.tools.attach - パッケージ com.sun.tools.attach
JavaTM 仮想マシンに接続する API を提供します。
com.sun.tools.attach.spi - パッケージ com.sun.tools.attach.spi
com.sun.tools.attach パッケージのプロバイダクラス。

D

detach() - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
仮想マシンから切り離します。
displayName() - クラス com.sun.tools.attach.VirtualMachineDescriptor 内のメソッド
この記述子の表示名コンポーネントを返します。

E

equals(Object) - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
この VirtualMachine が別のオブジェクトと等しいかどうかを判定します。
equals(Object) - クラス com.sun.tools.attach.VirtualMachineDescriptor 内のメソッド
この VirtualMachineDescriptor が別のオブジェクトと等しいかどうかを判定します。

G

getAgentProperties() - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
ターゲット仮想マシン内の現在のエージェントプロパティーを返します。
getSystemProperties() - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
ターゲット仮想マシン内の現在のシステムプロパティーを返します。

H

hashCode() - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
この VirtualMachine のハッシュコード値を返します。
hashCode() - クラス com.sun.tools.attach.VirtualMachineDescriptor 内のメソッド
この VirtualMachineDescriptor のハッシュコード値を返します。

I

id() - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
この Java 仮想マシンの識別子を返します。
id() - クラス com.sun.tools.attach.VirtualMachineDescriptor 内のメソッド
この記述子の識別子コンポーネントを返します。

L

list() - クラス com.sun.tools.attach.VirtualMachine 内の static メソッド
Java 仮想マシンのリストを返します。
listVirtualMachines() - クラス com.sun.tools.attach.spi.AttachProvider 内のメソッド
このプロバイダで認識されている Java 仮想マシンのリストを表示します。
loadAgent(String, String) - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
エージェントをロードします。
loadAgent(String) - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
エージェントをロードします。
loadAgentLibrary(String, String) - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
エージェントライブラリをロードします。
loadAgentLibrary(String) - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
エージェントライブラリをロードします。
loadAgentPath(String, String) - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
フルパス名を使用して、ネーティブエージェントライブラリをロードします。
loadAgentPath(String) - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
フルパス名を使用して、ネーティブエージェントライブラリをロードします。

N

name() - クラス com.sun.tools.attach.spi.AttachProvider 内のメソッド
このプロバイダの名前を返します。

P

provider() - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
この仮想マシンの作成元プロバイダを返します。
provider() - クラス com.sun.tools.attach.VirtualMachineDescriptor 内のメソッド
この記述子が参照する AttachProvider を返します。
providers() - クラス com.sun.tools.attach.spi.AttachProvider 内の static メソッド
インストールされている接続プロバイダのリストを返します。

R

returnValue() - 例外 com.sun.tools.attach.AgentInitializationException 内のメソッド
エージェントの Agent_OnAttach 関数からの戻り値で例外が作成された場合はその値を返し、そうでない場合は 0 を返します。

T

toString() - クラス com.sun.tools.attach.VirtualMachine 内のメソッド
VirtualMachine の文字列表記を返します。
toString() - クラス com.sun.tools.attach.VirtualMachineDescriptor 内のメソッド
VirtualMachineDescriptor の文字列表記を返します。
type() - クラス com.sun.tools.attach.spi.AttachProvider 内のメソッド
このプロバイダのタイプを返します。

V

VirtualMachine - com.sun.tools.attach 内のクラス
Java 仮想マシンです。
VirtualMachine(AttachProvider, String) - クラス com.sun.tools.attach.VirtualMachine のコンストラクタ
このクラスの新しいインスタンスを初期化します。
VirtualMachineDescriptor - com.sun.tools.attach 内のクラス
Java 仮想マシンを記述します。
VirtualMachineDescriptor(AttachProvider, String, String) - クラス com.sun.tools.attach.VirtualMachineDescriptor のコンストラクタ
指定されたコンポーネントから仮想マシン記述子を作成します。
VirtualMachineDescriptor(AttachProvider, String) - クラス com.sun.tools.attach.VirtualMachineDescriptor のコンストラクタ
指定されたコンポーネントから仮想マシン記述子を作成します。
A C D E G H I L N P R T V 
Attach API


Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.