com.sun.jdi.event.MonitorWaitEvent |
Notification that a thread in the target VM is about to wait on a monitor object.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the monitor object that the thread about to wait.
| |||||||||||
Returns the thread in which monitor wait event has occurred.
| |||||||||||
Returns the number of millisecond the thread will wait.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the monitor object that the thread about to wait.
ObjectReference
for the monitor.
Returns the thread in which monitor wait event has occurred.
ThreadReference
which mirrors the event's thread in
the target VM.
Returns the number of millisecond the thread will wait.
jlong
containing monitor wait time in milliseconds.