public interface

ThreadDeathEvent

implements Event
com.sun.jdi.event.ThreadDeathEvent

Class Overview

Notification of a completed thread in the target VM. The notification is generated by the dying thread before it terminates. Because of this timing, it is possible for 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.

Summary

Public Methods
abstract ThreadReference thread()
Returns the thread which is terminating.
[Expand]
Inherited Methods
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.event.Event

Public Methods

public abstract ThreadReference thread ()

Returns the thread which is terminating.

Returns