java.util.concurrent
public
static
class
java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
A handler for rejected tasks that silently discards the
rejected task.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
ThreadPoolExecutor.DiscardPolicy()
Creates a DiscardPolicy.
Public Methods
Does nothing, which has the effect of discarding task r.
Parameters
r
| the runnable task requested to be executed |
e
| the executor attempting to execute this task
|