KickJava   Java API By Example, From Geeks To Geeks.

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

java.util.concurrent
Class ThreadPoolExecutor.CallerRunsPolicy

java.lang.Object
  extended by java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
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.CallerRunsPolicy()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags