|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
| BrokenBarrierException 를 사용하고 있는 패키지 | |
|---|---|
| java.util.concurrent | 병행 프로그래밍으로 자주(잘) 사용되는 유틸리티 클래스입니다. |
| java.util.concurrent 에서의 BrokenBarrierException 의 사용 |
|---|
| BrokenBarrierException 를 throw 하는 java.util.concurrent 의 메소드 | |
|---|---|
int |
CyclicBarrier. await ()
모든파티가 이 배리어로 await 를 호출할 때까지 대기합니다. |
int |
CyclicBarrier. await (long timeout,
TimeUnit unit)
모든파티가 이 배리어로 await 를 호출하는지, 지정된 대기 시간이 경과할 때까지 대기합니다. |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.