KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > concurrent > ThreadPoolExecutor.AbortPolicy

java.util.concurrent
Class ThreadPoolExecutor.AbortPolicy

java.lang.Object
  extended by java.util.concurrent.ThreadPoolExecutor.AbortPolicy
All Implemented Interfaces:
RejectedExecutionHandler
Enclosing class:
ThreadPoolExecutor

public void rejectedExecution(Runnable r,
                              ThreadPoolExecutor e)
See Also:
RejectedExecutionException, RejectedExecutionHandler
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ThreadPoolExecutor.AbortPolicy()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags