| 
 | Java Debug Interface | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MonitorWaitedEvent
Notification that a thread in the target VM has finished waiting on an monitor object.
EventQueue, 
MonitorWaitEvent| Method Summary | |
|---|---|
|  ObjectReference | monitor()Returns the monitor object this thread waited on. | 
|  ThreadReference | thread()Returns the thread in which this event has occurred. | 
|  boolean | timedout()Returns whether the wait has timed out or been interrupted. | 
| Methods inherited from interface com.sun.jdi.event.Event | 
|---|
| request | 
| Methods inherited from interface com.sun.jdi.Mirror | 
|---|
| toString, virtualMachine | 
| Methods inherited from interface com.sun.jdi.Locatable | 
|---|
| location | 
| Method Detail | 
|---|
ThreadReference thread()
thread in interface LocatableEventThreadReference which mirrors the event's thread in 
 the target VM.ObjectReference monitor()
ObjectReference for the monitor.boolean timedout()
true if the wait is timed out.| 
 | Java Debug Interface | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||