| java.lang.Object com.icesoft.faces.async.render.RejectionHandler
RejectionHandler | class RejectionHandler implements RejectedExecutionHandler(Code) | | This is the custom RejectedExecutionHandler supplied to the
ThreadExecutorPool and is used as a callback when the pool cannot execute a
task. For now, all it does is log a warning. Rejection warnings would
typically indicate that the queue capacity or thread pool size needs to be
adjusted.
author: ICEsoft Technologies, Inc. |
rejectedExecution | public void rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)(Code) | | |
|
|