com.sun.jdi.event.MonitorContendedEnteredEvent |
Notification that a thread in the target VM is entering a monitor after waiting for it to be released by another thread.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the monitor that was entered.
| |||||||||||
Returns the thread in which this event has occurred.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the monitor that was entered.
ObjectReference
for the monitor.
Returns the thread in which this event has occurred.
ThreadReference
which mirrors the event's thread in
the target VM.