Module jdk.jshell

Class RemoteExecutionControl

java.lang.Object
jdk.jshell.execution.DirectExecutionControl
jdk.jshell.execution.RemoteExecutionControl
所有已实现的接口:
AutoCloseable, ExecutionControl

public class RemoteExecutionControl extends DirectExecutionControl implements ExecutionControl
远程代理在执行过程中运行(与主JShell进程分开)。该代理通过套接字从主JShell进程加载代码,执行代码和其他杂项,是DirectExecutionControl的特化,增加了由外部进程控制的停止支持。设计用于与JdiDefaultExecutionControl一起使用。
自JDK版本:
9