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.Objectで宣言されたメソッド
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
-