Module jdk.jshell

Class 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