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
1525 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()
331 p.setRejectedExecutionHandler(handler); in testSetRejectedExecutionHandler()346 p.setRejectedExecutionHandler(null); in testSetRejectedExecutionHandlerNull()
478 p.setRejectedExecutionHandler(handler); in testSetRejectedExecutionHandler()493 p.setRejectedExecutionHandler(null); in testSetRejectedExecutionHandlerNull()
16402 method public void setRejectedExecutionHandler(java.util.concurrent.RejectedExecutionHandler);