モジュール jdk.jshell
パッケージ jdk.jshell.execution

クラスStreamingExecutionControl

    • コンストラクタの詳細

      • StreamingExecutionControl

        public StreamingExecutionControl​(ObjectOutput out,
                                         ObjectInput in)
        インスタンスを作成します。
        パラメータ:
        out - コマンドの出力
        in - コマンド・レスポンスの入力
    • メソッドの詳細

      • close

        public void close()
        実行エンジンを閉じます。 リモート・エージェントにexitコマンドを送信します。
        定義:
        close、インタフェース: AutoCloseable
        定義:
        インタフェースExecutionControl内のclose