- condition
- the condition
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalMonitorStateException if this lock is not held Java.Lang.IllegalArgumentException if the given condition is not associated with this lock Java.Lang.NullPointerException if the condition is null
Queries whether any threads are waiting on the given condition associated with this lock. Note that because timeouts and interrupts may occur at any time, a true return does not guarantee that a future signal will awaken any threads. This method is designed primarily for use in monitoring of the system state.