ExecutionControl interface. Also, provides related communication utilities. This package may be used to define alternative execution engines. The default JShell execution engine is included.| Class | Description | 
|---|---|
| DirectExecutionControl | An  ExecutionControlimplementation that runs in the current process. | 
| FailOverExecutionControlProvider | Tries other providers in sequence until one works. | 
| JdiDefaultExecutionControl | The implementation of  ExecutionControlthat the JShell-core uses by default. | 
| JdiExecutionControl | Abstract JDI implementation of  ExecutionControl. | 
| JdiExecutionControlProvider | A provider of remote JDI-controlled execution engines. | 
| JdiInitiator | Sets up a JDI connection, providing the resulting JDI  VirtualMachineand theProcessthe remote agent is running in. | 
| LoaderDelegate | This interface specifies the loading specific subset of  ExecutionControl. | 
| LocalExecutionControl | An implementation of  ExecutionControlwhich executes in the same JVM as the JShell-core. | 
| LocalExecutionControlProvider | A provider of execution engines which run in the same process as JShell. | 
| RemoteExecutionControl | The remote agent runs in the execution process (separate from the main JShell process). | 
| StreamingExecutionControl | An implementation of the  ExecutionControlexecution engine SPI which streams requests to a remote agent where execution takes place. | 
| Util | Miscellaneous utility methods for setting-up implementations of  ExecutionControl. | 
    © 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
    https://docs.oracle.com/en/java/javase/21/docs/api/jdk.jshell/jdk/jshell/execution/package-summary.html