- 所有超级接口:
-
Event
,Locatable
,LocatableEvent
,Mirror
线程在目标VM中即将等待监视器对象的通知。
- 自从:
- 1.6
- 参见:
-
Method Details
-
thread
ThreadReference thread()返回发生监视器等待事件的线程。- 指定者:
-
thread
在接口LocatableEvent
- 返回:
-
一个
ThreadReference
,它反映了目标VM中事件的线程。
-
monitor
ObjectReference monitor()返回即将等待的线程的监视器对象。- 返回:
-
一个
ObjectReference
,用于监视器。
-
timeout
long timeout()返回线程将等待的毫秒数。- 返回:
-
一个包含以毫秒为单位的监视器等待时间的
jlong
。
-