KickJava   Java API By Example, From Geeks To Geeks.

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

java.util.concurrent
Class ThreadPoolExecutor.DiscardPolicy

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

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


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

Popular Tags