JavaTM 2 Platform
Standard Ed. 5.0

java.util.concurrent
Ŭ·¡½º ThreadPoolExecutor.AbortPolicy

java.lang.Object 
  »óÀ§¸¦ È®Àå java.util.concurrent.ThreadPoolExecutor.AbortPolicy
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
RejectedExecutionHandler
Æ÷ÇԵǾî Àִ Ŭ·¡½º:
ThreadPoolExecutor

public static class ThreadPoolExecutor.AbortPolicy
extends Object
implements RejectedExecutionHandler

RejectedExecutionExceptionÀ» Throw ÇÑ´Ù, °ÅºÎµÈ ŽºÅ©ÀÇ Çڵ鷯.


»ý¼ºÀÚ °³¿ä
ThreadPoolExecutor.AbortPolicy ()
          AbortPolicy¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 void rejectedExecution (Runnable  r, ThreadPoolExecutor  e)
          Ç×»ó RejectedExecutionExceptionÀ» Throw ÇÕ´Ï´Ù.
 
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

»ý¼ºÀÚ »ó¼¼

ThreadPoolExecutor.AbortPolicy

public ThreadPoolExecutor.AbortPolicy()
AbortPolicy¸¦ ÀÛ¼ºÇÕ´Ï´Ù.

¸Þ¼­µåÀÇ »ó¼¼

rejectedExecution

public void rejectedExecution(Runnable  r,
                              ThreadPoolExecutor  e)
Ç×»ó RejectedExecutionExceptionÀ» Throw ÇÕ´Ï´Ù.

Á¤ÀÇ:
ÀÎÅÍÆäÀ̽º RejectedExecutionHandler ³»ÀÇ rejectedExecution
ÆĶó¹ÌÅÍ:
r - ½ÇÇàÀÌ ¿ä±¸µÇ´Â ½ÇÇà °¡´É ŽºÅ©
e - ÀÌ Å½ºÅ©ÀÇ ½ÇÇàÀ» ½ÃµµÇÏ´Â executor
¿¹¿Ü:
RejectedExecutionException - »ó½Ã

JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.