Module
jdk.jshell
Package jdk.jshell.execution
- 从以下版本开始:
- 9
-
接口摘要 接口 描述 LoaderDelegate 此接口指定ExecutionControl
的加载特定子集。 -
类摘要 Class 描述 DirectExecutionControl 在当前进程中运行的ExecutionControl
实现。FailOverExecutionControlProvider 一直尝试其他提供商,直到一个工作。JdiDefaultExecutionControl 默认情况下,JShell-core的使用实现为ExecutionControl
。JdiExecutionControl 摘要JDI实现ExecutionControl
。JdiExecutionControlProvider 远程JDI控制执行引擎的提供者。JdiInitiator 设置JDI连接,提供生成的JDIVirtualMachine
和远程代理正在运行的Process
。LocalExecutionControl 实现ExecutionControl
,它与JShell核心在同一个JVM中执行。LocalExecutionControlProvider 执行引擎的提供者以与JShell相同的方式运行。RemoteExecutionControl 远程代理在执行过程中运行(与主JShell进程分开)。StreamingExecutionControl ExecutionControl
执行引擎SPI的实现,将请求发送到执行发生的远程代理。Util Miscellaneous utility methods for setting-up implementations ofExecutionControl
.