模块 jdk.jshell

类 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