|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.util.concurrent.ThreadPoolExecutor.DiscardPolicy
public static class ThreadPoolExecutor.DiscardPolicy
거부된 태스크를 통지없이 파기하는 거부된 태스크의 핸들러입니다.
| 생성자 의 개요 | |
|---|---|
ThreadPoolExecutor.DiscardPolicy ()
DiscardPolicy 를 작성합니다. |
|
| 메소드의 개요 | |
|---|---|
void |
rejectedExecution (Runnable r,
ThreadPoolExecutor e)
아무것도 실행하지 않습니다. |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
| 생성자 의 상세 |
|---|
public ThreadPoolExecutor.DiscardPolicy()
| 메소드의 상세 |
|---|
public void rejectedExecution(Runnable r,
ThreadPoolExecutor e)
RejectedExecutionHandler 내의 rejectedExecution r - 실행되는 것을 요구된 실행 가능한 태스크e - 이 태스크의 실행을 시도하는 executor
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.