クラス
com.sun.jdi.connect.IllegalConnectorArgumentsExceptionの使用
IllegalConnectorArgumentsExceptionを使用するパッケージ
-
com.sun.jdi.connectでのIllegalConnectorArgumentsExceptionの使用
修飾子と型メソッド説明ListeningConnector.accept(Map<String,? extends Connector.Argument> arguments)
ターゲットVMがこのコネクタに接続されるのを待機します。AttachingConnector.attach(Map<String,? extends Connector.Argument> arguments)
実行中のアプリケーションにアタッチし、そのVMのミラーを返します。LaunchingConnector.launch(Map<String,? extends Connector.Argument> arguments)
アプリケーションを起動し、そのVMに接続します。ListeningConnector.startListening(Map<String,? extends Connector.Argument> arguments)
ターゲットVMによって開始された1つ以上の接続を待機します。void
ListeningConnector.stopListening(Map<String,? extends Connector.Argument> arguments)
接続の待機を取り消します。