public interface ThreadExitRequest extends EventRequest
EventRequest
,
ThreadReference
Modifier and Type | Method and Description |
---|---|
void |
addThreadFilter(ThreadReference thread)
Adds the given
ThreadReference as a filter to the request. |
isEnabled, setEnabled
virtualMachine
void addThreadFilter(ThreadReference thread)
ThreadReference
as a filter to the request.
The ThreadReference
is used to prune matching locations for the request.thread
- a ThreadReference
to add as a filter, null
is not acceptedCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.