Module jdk.jshell

Class JdiDefaultExecutionControl

All Implemented Interfaces:
AutoCloseable, ExecutionControl

public class JdiDefaultExecutionControl extends JdiExecutionControl
The implementation of ExecutionControl that the JShell-core uses by default. Launches a remote process -- the "remote agent". Interfaces to the remote agent over a socket and via JDI. Designed to work with RemoteExecutionControl.
Since:
9