-
public interface VMRestoreEvent extends Event
Notification of when the VM is restored from a checkpoint. Similar to VMStartEvent this occurs before application code has run, including any application hooks for the restore event. The event is generated even if not explicitly requested.- See Also:
VMStartEvent
,VMDeathEvent
,EventQueue
,VirtualMachine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThreadReference
thread()
Returns the thread which is restoring the VM from a checkpoint.-
Methods declared in interface com.sun.jdi.Mirror
toString, virtualMachine
-
-
-
-
Method Detail
-
thread
ThreadReference thread()
Returns the thread which is restoring the VM from a checkpoint.- Returns:
- a
ThreadReference
representing the restore thread on the target VM.
-
-