MonitorContendedEnteredRequest (Java SE 19 & JDK 19) (original) (raw)

All Superinterfaces:

[EventRequest](EventRequest.html "interface in com.sun.jdi.request"), [Mirror](../Mirror.html "interface in com.sun.jdi")


public interface MonitorContendedEnteredRequestextends EventRequest

Request for notification of a thread in the target VM entering a monitor after waiting for it to be released by another thread. When an enabled MonitorContededEnteredRequest is satisfied, anevent set containing aMonitorContendedEnteredEvent will be placed on the EventQueue. The collection of existing MonitorContendedEnteredEvents is managed by the EventRequestManager

Since:

1.6

See Also:

void
Restricts the events generated by this request to those whose method is in a class whose name does not match this restricted regular expression, e.g.
void
Restricts the events generated by this request to those whose method is in the given reference type or any of its subtypes.
void
Restricts the events generated by this request to those whose method is in a class whose name matches this restricted regular expression.
void
Restricts the events generated by this request to those in which the currently executing instance ("this") is the object specified.
void
Restricts the events generated by this request to those in the given thread.