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