モジュール jdk.jshell
パッケージ jdk.jshell.execution

クラスRemoteExecutionControl

java.lang.Object
jdk.jshell.execution.DirectExecutionControl
jdk.jshell.execution.RemoteExecutionControl
すべての実装されたインタフェース:
AutoCloseable, ExecutionControl

public class RemoteExecutionControl extends DirectExecutionControl implements ExecutionControl
リモート・エージェントは実行プロセス(メインのJShellプロセスとは別に)で実行されます。 このエージェントはメインのJShellプロセスからソケット上にコードをロードし、コードを実行し、その他のmisc、外部プロセスによって制御されるストップ・サポートを追加するDirectExecutionControlの特殊化。 JdiDefaultExecutionControlで動作するように設計されています。
導入されたバージョン:
9