| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BrokenBarrierException | |
|---|---|
| java.util.concurrent | Utility classes commonly useful in concurrent programming. | 
| Uses of BrokenBarrierException in java.util.concurrent | 
|---|
| Methods in java.util.concurrent that throw BrokenBarrierException | |
|---|---|
|  int | CyclicBarrier.await()Waits until all partieshave invoked await
 on this barrier. | 
|  int | CyclicBarrier.await(long timeout,
      TimeUnit unit)Waits until all partieshave invoked await
 on this barrier. | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.