| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
| Delayed 를 사용하고 있는 패키지 | |
|---|---|
| java.util.concurrent | 병행 프로그래밍으로 자주(잘) 사용되는 유틸리티 클래스입니다. | 
| java.util.concurrent 에서의 Delayed 의 사용 | 
|---|
| Delayed 형의 형태 파라미터를 가지는 java.util.concurrent 의 클래스 | |
|---|---|
 class | 
DelayQueue<E extends Delayed> 
Delayed 요소의 안 바운드 형식블로킹 큐로, 지연 시간이 경과후에게만, 요소를 취득할 수 있습니다.  | 
| java.util.concurrent 에서의 Delayed 의 서브 인터페이스 | |
|---|---|
 interface | 
RunnableScheduledFuture<V> 
Runnable  인 ScheduledFuture  입니다.  | 
 interface | 
ScheduledFuture<V> 
취소해 가능한, 지연 된 결과 생성 액션입니다.  | 
 
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.