パッケージ | 説明 |
---|---|
com.sun.jdi.connect |
このパッケージは、JDI を使用する仮想マシンとターゲット仮想マシン間の接続を定義します。
|
修飾子と型 | メソッドと説明 |
---|---|
VirtualMachine |
ListeningConnector.accept(Map<String,? extends Connector.Argument> arguments)
ターゲット VM がこのコネクタに接続されるのを待機します。
|
VirtualMachine |
AttachingConnector.attach(Map<String,? extends Connector.Argument> arguments)
特定の実行中のアプリケーションに接続し、その VM のミラーを返します。
|
VirtualMachine |
LaunchingConnector.launch(Map<String,? extends Connector.Argument> arguments)
アプリケーションを起動し、その VM に接続します。
|
String |
ListeningConnector.startListening(Map<String,? extends Connector.Argument> arguments)
ターゲット VM によって開始された 1 つ以上の接続を待機します。
|
void |
ListeningConnector.stopListening(Map<String,? extends Connector.Argument> arguments)
接続の待機を取り消します。
|
Copyright © 1999, 2013, Oracle and/or its affiliates. All rights reserved.