- java.lang.Object
-
- jdk.jshell.execution.StreamingExecutionControl
-
- すべての実装されたインタフェース:
AutoCloseable,ExecutionControl
- 直系の既知のサブクラス:
JdiExecutionControl
public class StreamingExecutionControl extends Object implements ExecutionControl
実行が行われるリモート・エージェントにリクエストをストリーミングするExecutionControl実行エンジンSPIの実装。- 導入されたバージョン:
- 9
-
-
ネストされたクラスのサマリー
-
インタフェースjdk.jshell.spiで宣言されたネストされたクラス/インタフェース。ExecutionControl
ExecutionControl.ClassBytecodes, ExecutionControl.ClassInstallException, ExecutionControl.EngineTerminationException, ExecutionControl.ExecutionControlException, ExecutionControl.InternalException, ExecutionControl.NotImplementedException, ExecutionControl.ResolutionException, ExecutionControl.RunException, ExecutionControl.StoppedException, ExecutionControl.UserException
-
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 StreamingExecutionControl(ObjectOutput out, ObjectInput in)インスタンスを作成します。
-
メソッドのサマリー
すべてのメソッド インスタンス・メソッド 具象メソッド 修飾子と型 メソッド 説明 voidclose()実行エンジンを閉じます。-
クラスjava.langで宣言されたメソッド。オブジェクト
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
インタフェースjdk.jshell.spiで宣言されたメソッド。ExecutionControl
addToClasspath, extensionCommand, invoke, load, redefine, stop, varValue
-
-
-
-
コンストラクタの詳細
-
StreamingExecutionControl
public StreamingExecutionControl(ObjectOutput out, ObjectInput in)
インスタンスを作成します。- パラメータ:
out- コマンドの出力in- コマンド・レスポンスの入力
-
-
メソッドの詳細
-
close
public void close()
実行エンジンを閉じます。 exitコマンドをリモート・エージェントに送信します。- 定義:
close、インタフェースAutoCloseable- 定義:
- インタフェース
ExecutionControlのclose
-
-