Event
, Locatable
, LocatableEvent
, Mirror
public interface MonitorWaitedEvent extends LocatableEvent
EventQueue
,
MonitorWaitEvent
Modifier and Type | Method | Description |
---|---|---|
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.
|
toString, virtualMachine
ThreadReference thread()
thread
in interface LocatableEvent
ThreadReference
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. Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1999, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b148-1