| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
| AbstractExecutorService 를 사용하고 있는 패키지 | |
|---|---|
| java.util.concurrent | 병행 프로그래밍으로 자주(잘) 사용되는 유틸리티 클래스입니다. | 
| java.util.concurrent 에서의 AbstractExecutorService 의 사용 | 
|---|
| java.util.concurrent 에서의 AbstractExecutorService 의 서브 클래스 | |
|---|---|
 class | 
ScheduledThreadPoolExecutor 
지정된 지연 시간 후 또는 정기적으로 커멘드를 실행하도록(듯이) 추가로 스케줄 할 수 있는 ThreadPoolExecutor  입니다.  | 
 class | 
ThreadPoolExecutor 
풀 된 복수의 thread의 1 개를 사용해 송신된 각 태스크를 실행하는 ExecutorService  입니다.  | 
 
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.