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
- 
コンストラクタの詳細- 
StreamingExecutionControlpublic StreamingExecutionControl(ObjectOutput out, ObjectInput in)インスタンスを作成します。- パラメータ:
- out- コマンドの出力
- in- コマンド・レスポンスの入力
 
 
- 
- 
メソッドの詳細- 
closepublic void close()実行エンジンを閉じます。 リモート・エージェントにexitコマンドを送信します。- 定義:
- close、インタフェース:- AutoCloseable
- 定義:
- インタフェースExecutionControl内のclose
 
 
-