|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.concurrent.CyclicBarrier
JSR166TestCase.CheckedBarrier
public class JSR166TestCase.CheckedBarrier
A CyclicBarrier that fails with AssertionFailedErrors instead of throwing checked exceptions.
| Constructor Summary | |
|---|---|
JSR166TestCase.CheckedBarrier(int parties)
|
|
| Method Summary | |
|---|---|
int |
await()
|
| Methods inherited from class java.util.concurrent.CyclicBarrier |
|---|
await, getNumberWaiting, getParties, isBroken, reset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSR166TestCase.CheckedBarrier(int parties)
| Method Detail |
|---|
public int await()
await in class java.util.concurrent.CyclicBarrier
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||