All Superinterfaces:
Event
, Mirror
public interface VMStartEvent
extends Event
Notification of initialization of a target VM. This event is
received before the main thread is started and before any
application code has been executed. Before this event occurs
a significant amount of system code has executed and a number
of system classes have been loaded.
This event is always generated by the target VM, even
if not explicitly requested.
Since:
1.3
See Also:
VMDeathEvent
,
EventQueue
,
VirtualMachine
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method
Description
ThreadReference
thread ()
Returns the initial thread of the VM which has started.
Methods declared in interface com.sun.jdi.event.Event
request
Method Details
Returns the initial thread of the VM which has started.
Returns:
a ThreadReference
which mirrors the event's thread in
the target VM.
Java SE 14 & JDK 14 DRAFT 14-crac+0-adhoc..jdk
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2021, 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 14-crac+0-adhoc..jdk