| GNU Classpath (0.95) | |
| Frames | No Frames |
Methods which throw type java.lang.IllegalMonitorStateException | |
| void | Wakes up one of the Threads that has called
wait on this Object. |
| void | Wakes up all of the Threads that have called
wait on this Object. |
| void | Waits indefinitely for notify() or notifyAll() to be
called on the Object in question. |
| void | Waits a specified amount of time (or indefinitely if
the time specified is 0) for someone to call notify()
or notifyAll() on this Object, waking up this Thread.
|
| void | Waits a specified amount of time (or indefinitely if
the time specified is 0) for someone to call notify()
or notifyAll() on this Object, waking up this Thread.
|
| GNU Classpath (0.95) |