Searched refs:setRejectedExecutionHandler (Results 1 – 7 of 7) sorted by relevance
221 public void setRejectedExecutionHandler(java.util.concurrent.RejectedExecutionHandler handler) { in setRejectedExecutionHandler() method in ThreadPoolExecutor
1543 public void setRejectedExecutionHandler(RejectedExecutionHandler handler) { in setRejectedExecutionHandler() method in ThreadPoolExecutor
309 p.setRejectedExecutionHandler(handler); in testSetRejectedExecutionHandler()324 p.setRejectedExecutionHandler(null); in testSetRejectedExecutionHandlerNull()
456 p.setRejectedExecutionHandler(handler); in testSetRejectedExecutionHandler()471 p.setRejectedExecutionHandler(null); in testSetRejectedExecutionHandlerNull()
503 p.setRejectedExecutionHandler(handler); in testSetRejectedExecutionHandler()519 p.setRejectedExecutionHandler(null); in testSetRejectedExecutionHandlerNull()
357 p.setRejectedExecutionHandler(handler); in testSetRejectedExecutionHandler()373 p.setRejectedExecutionHandler(null); in testSetRejectedExecutionHandlerNull()
16582 method public void setRejectedExecutionHandler(java.util.concurrent.RejectedExecutionHandler);