@Exported public interface ThreadDeathEvent extends Event
VirtualMachine.allThreads()
to return this thread
after this event is received.
Note that this event gives no information about the lifetime of the thread object. It may or may not be collected soon depending on what references exist in the target VM.
EventQueue
,
VirtualMachine
,
ThreadReference
Modifier and Type | Method and Description |
---|---|
ThreadReference |
thread()
Returns the thread which is terminating.
|
toString, virtualMachine
ThreadReference thread()
ThreadReference
which mirrors the event's thread in
the target VM.
Copyright © 1999, 2014, Oracle and/or its affiliates. All rights reserved.