restart
operation left the barrier prematurely due to interruption or time-out. (If so, the broken
status is also set.) Threads that are noticied to have been interrupted after being released are not considered to have broken the barrier. In all cases, the interruption status of the current thread is preserved, so can be tested by checking Thread.interrupted
.
@exception InterruptedException if this thread was interruptedduring the barrier, and was the one causing breakage. If so, broken
status is also set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|