-
public interface VMStartEvent extends Event
初始化目标VM的通知。 在主线程启动之前和执行任何应用程序代码之前接收此事件。 在此事件发生之前,已执行大量系统代码并已加载了许多系统类。 即使未明确请求,此事件也始终由目标VM生成。- 从以下版本开始:
- 1.3
- 另请参见:
-
VMDeathEvent
,EventQueue
,VirtualMachine
-
-
方法摘要
所有方法 实例方法 抽象方法 变量和类型 方法 描述 ThreadReference
thread()
返回已启动的VM的初始线程。-
声明方法的接口 com.sun.jdi.Mirror
toString, virtualMachine
-
-
-
-
方法详细信息
-
thread
ThreadReference thread()
返回已启动的VM的初始线程。- 结果
-
a
ThreadReference
which mirrors the event's thread in the target VM.
-
-