Module jdk.jdi

Interface MonitorContendedEnteredRequest

All Superinterfaces:
EventRequest, Mirror

public interface MonitorContendedEnteredRequest extends 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, an event set containing a MonitorContendedEnteredEvent will be placed on the EventQueue. The collection of existing MonitorContendedEnteredEvents is managed by the EventRequestManager
Since:
1.6
See Also: