com.sun.jdi.event.MonitorWaitedEvent |
Notification that a thread in the target VM has finished waiting on an monitor object.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the monitor object this thread waited on.
| |||||||||||
Returns the thread in which this event has occurred.
| |||||||||||
Returns whether the wait has timed out or been interrupted.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the monitor object this thread waited on.
ObjectReference
for the monitor.
Returns the thread in which this event has occurred.
ThreadReference
which mirrors the event's thread in
the target VM.
Returns whether the wait has timed out or been interrupted.
true
if the wait is timed out.