Interface VMRestoreEvent

All Superinterfaces:
Event, Mirror

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:
  • Method Details

    • 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.