- 
- すべてのスーパー・インタフェース:
- EventRequest,- Mirror
 
 public interface VMDeathRequest extends EventRequest ターゲットVMが終了する際の通知要求です。 有効なVMDeathRequestが満たされると、VMDeathEventを含むevent setがEventQueueに置かれます。 既存のVMDeathRequestのコレクションは、EventRequestManagerによって管理されます。VMDeathRequestを作成しない場合でも、 SUSPEND_NONEのsuspend policyとともに非要請VMDeathEventが1つ送信されます。 この要求は通常、SUSPEND_ALL中断ポリシーによってVMDeathEventを送るために作成されます。 このイベントは、VMが稼動していることが必要な処理(イベント処理など)の完了を確認するために利用できます。 注: その場合も、非要請VMDeathEventは送られます。- 導入されたバージョン:
- 1.4
- 関連項目:
- VMDeathEvent,- EventQueue,- EventRequestManager
 
- 
- 
フィールドのサマリー- 
インタフェース com.sun.jdi.request.EventRequestで宣言されたフィールドSUSPEND_ALL, SUSPEND_EVENT_THREAD, SUSPEND_NONE
 
- 
 - 
メソッドのサマリー- 
インタフェース com.sun.jdi.request.EventRequestで宣言されたメソッドaddCountFilter, disable, enable, getProperty, isEnabled, putProperty, setEnabled, setSuspendPolicy, suspendPolicy
 - 
インタフェース com.sun.jdi.Mirrorで宣言されたメソッドtoString, virtualMachine
 
- 
 
-