- Executors 팩토리 클래스
-- ExecutorService 인터페이스 타입의 ThreadPoolExecutor 객체 반환
-- ScheduledExecutorService 인터페이스 타입의 SheduledThreadPoolExecutor 객체 반환
- Executor 인터페이스
-- ExecutorService 인터페이스
-- AbstractThreadPoolExecutor 추상클래스
-- ThreadPoolExecutor 클래스
-- ScheduledThreadPoolExecutor 클래스
-- ScheduledExecutorService 인터페이스
-- ScheduledThreadPoolExecutor 클래스
'아는 만큼 보인다 > Concurrency' 카테고리의 다른 글
Thread 상태 (0) | 2014.11.19 |
---|---|
Thread-Safe 를 위한 Keywords (0) | 2014.11.19 |
wait 메소드 사용시 지켜야 하는 것들 (0) | 2014.11.03 |
Synchronizers (동기화 클래스들) (0) | 2014.08.22 |
ConcurrentHashMap 특징 비교 (0) | 2014.08.22 |