|
activemq-cpp-3.8.2
|
Handler policy for tasks that are rejected upon a call to ThreadPoolExecutor::execute this class always destroys the rejected task and returns quietly. More...
#include <src/main/decaf/util/concurrent/ThreadPoolExecutor.h>

Public Member Functions | |
| DiscardPolicy () | |
| virtual | ~DiscardPolicy () |
| virtual void | rejectedExecution (decaf::lang::Runnable *task, ThreadPoolExecutor *executer DECAF_UNUSED) |
Public Member Functions inherited from decaf::util::concurrent::RejectedExecutionHandler | |
| RejectedExecutionHandler () | |
| virtual | ~RejectedExecutionHandler () |
| virtual void | rejectedExecution (decaf::lang::Runnable *r, ThreadPoolExecutor *executer)=0 |
| Method that may be invoked by a ThreadPoolExecutor when execute cannot accept a task. More... | |
Handler policy for tasks that are rejected upon a call to ThreadPoolExecutor::execute this class always destroys the rejected task and returns quietly.
|
inline |
|
inlinevirtual |
|
inlinevirtual |