com.sun.jdi.event.MonitorContendedEnterEvent |
Notification that a thread in the target VM is attempting to enter a monitor that is already acquired by another thread.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the method that was entered.
| |||||||||||
Returns the thread in which this event has occurred.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the method 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.