Uses of Class
jdk.jshell.spi.ExecutionControl.EngineTerminationException
-
Packages that use ExecutionControl.EngineTerminationException 软件包 描述 jdk.jshell.execution 为构建JShell执行引擎提供实现支持。jdk.jshell.spi 为可插入的JShell执行引擎定义服务提供者接口。 -
-
Uses of ExecutionControl.EngineTerminationException in jdk.jshell.execution
Methods in jdk.jshell.execution that throw ExecutionControl.EngineTerminationException 变量和类型 方法 描述 voidLoaderDelegate. addToClasspath(String path)添加执行类路径的路径。protected voidDirectExecutionControl. classesRedefined(ExecutionControl.ClassBytecodes[] cbcs)通知已重新定义类。voidLoaderDelegate. load(ExecutionControl.ClassBytecodes[] cbcs)尝试加载新类。voidJdiExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)重新定义指定的类。voidRemoteExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)重新定义远程端的处理只是注册重新定义的类voidDirectExecutionControl. stop()中断正在运行的调用。voidJdiDefaultExecutionControl. stop()通过操纵远程变量并通过JDI发送停止来中断正在运行的远程调用。protected abstract VirtualMachineJdiExecutionControl. vm()返回JDIVirtualMachine实例。 -
Uses of ExecutionControl.EngineTerminationException in jdk.jshell.spi
Methods in jdk.jshell.spi that throw ExecutionControl.EngineTerminationException 变量和类型 方法 描述 voidExecutionControl. addToClasspath(String path)添加执行类路径的路径。ObjectExecutionControl. extensionCommand(String command, Object arg)运行非标准命令(或较新版本的标准命令)。StringExecutionControl. invoke(String className, String methodName)通过调用指定的包装类上的方法来调用可执行的Snippet。voidExecutionControl. load(ExecutionControl.ClassBytecodes[] cbcs)尝试加载新类。voidExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)尝试重新定义以前加载的类。voidExecutionControl. stop()中断正在运行的调用。StringExecutionControl. varValue(String className, String varName)返回变量的值。
-