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

クラスDirectExecutionControl

java.lang.Object
jdk.jshell.execution.DirectExecutionControl
すべての実装されたインタフェース:
AutoCloseable, ExecutionControl
直系の既知のサブクラス:
LocalExecutionControl, RemoteExecutionControl

public class DirectExecutionControl extends Object implements ExecutionControl
現在のプロセスで実行されるExecutionControl実装。 Util.forwardExecutionControl(ExecutionControl, java.io.ObjectInput, java.io.ObjectOutput)を使用して直接、またはチャネルで使用できます。
導入されたバージョン:
9