public interface BreakpointRequest extends EventRequest, Locatable
ThreadReference
String
conditionEventRequest
,
Locatable
,
ThreadReference
Modifier and Type | Method and Description |
---|---|
void |
addConditionFilter(java.lang.String condition)
Adds the given condition filter to the request.
|
void |
addHitCountFilter(int hitcount)
Adds the given hit count filter to the request.
|
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 acceptedvoid addConditionFilter(java.lang.String condition)
condition
- the new condition to add as a filter, null
is not acceptedvoid addHitCountFilter(int hitcount)
hitcount
- the new hit count filter to setCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.