クラス jdk.jshell.spi.ExecutionControl.EngineTerminationExceptionの
使用
パッケージ
説明
JShell実行エンジンを構築するための実装サポートを提供します。
プラガブルJShell実行エンジン用のサービス・プロバイダ・インタフェースを定義します。
-
jdk.jshell.executionでのExecutionControl.EngineTerminationExceptionの使用
修飾子と型メソッド説明voidDirectExecutionControl.addToClasspath(String cp)voidLoaderDelegate.addToClasspath(String path)実行クラスパスにパスを追加します。voidStreamingExecutionControl.addToClasspath(String path)protected voidDirectExecutionControl.classesRedefined(ExecutionControl.ClassBytecodes[] cbcs)クラスが再定義されたことを通知します。DirectExecutionControl.extensionCommand(String command, Object arg)StreamingExecutionControl.extensionCommand(String command, Object arg)voidDirectExecutionControl.load(ExecutionControl.ClassBytecodes[] cbcs)voidLoaderDelegate.load(ExecutionControl.ClassBytecodes[] cbcs)新しいクラスをロードしようとします。voidStreamingExecutionControl.load(ExecutionControl.ClassBytecodes[] cbcs)voidDirectExecutionControl.redefine(ExecutionControl.ClassBytecodes[] cbcs)voidJdiExecutionControl.redefine(ExecutionControl.ClassBytecodes[] cbcs)指定されたクラスを再定義します。voidRemoteExecutionControl.redefine(ExecutionControl.ClassBytecodes[] cbcs)リモート・エンドでの処理の再定義は、再定義されたクラスの登録のみですvoidStreamingExecutionControl.redefine(ExecutionControl.ClassBytecodes[] cbcs)voidDirectExecutionControl.stop()実行中の呼び出しを中断します。voidJdiDefaultExecutionControl.stop()実行中のリモート呼び出しを中断します。リモート変数を操作し、JDI経由で停止を送信します。voidRemoteExecutionControl.stop()voidStreamingExecutionControl.stop()protected VirtualMachineJdiDefaultExecutionControl.vm()protected abstract VirtualMachineJdiExecutionControl.vm()JDIVirtualMachineインスタンスを返します。 -
jdk.jshell.spiでのExecutionControl.EngineTerminationExceptionの使用
修飾子と型メソッド説明voidExecutionControl.addToClasspath(String path)実行クラスパスにパスを追加します。ExecutionControl.extensionCommand(String command, Object arg)非標準コマンド(新しいバージョンの標準コマンド)を実行します。指定されたラッパー・クラスのメソッドを呼び出すことにより、実行可能スニペットを呼び出します。voidExecutionControl.load(ExecutionControl.ClassBytecodes[] cbcs)新しいクラスをロードしようとします。voidExecutionControl.redefine(ExecutionControl.ClassBytecodes[] cbcs)以前にロードされたクラスを再定義しようとします。voidExecutionControl.stop()実行中の呼び出しを中断します。変数の値を返します。