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 Summary
All Methods Instance Methods Abstract Methods
Returns the thread which is restoring the VM from a checkpoint.
Methods declared in interface com.sun.jdi.event.Event
request
Method Details
thread
Returns the thread which is restoring the VM from a checkpoint.
Returns:
a ThreadReference
representing the restore thread
on the target VM.
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2024, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy . DRAFT 21.0.6-internal-adhoc.jenkins.BuildJDK21x86-64linuxPersonal