Uses of Package
jdk.jshell.execution
Package | Description |
---|---|
jdk.jshell.execution |
Provides implementation support for building JShell execution engines.
|
-
Classes in jdk.jshell.execution used by jdk.jshell.execution Class Description DirectExecutionControl AnExecutionControl
implementation that runs in the current process.JdiExecutionControl Abstract JDI implementation ofExecutionControl
.LoaderDelegate This interface specifies the loading specific subset ofExecutionControl
.StreamingExecutionControl An implementation of theExecutionControl
execution engine SPI which streams requests to a remote agent where execution takes place.