API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.util.concurrent.
ThreadPoolExecutor.DiscardPolicy
View Source
Author(s)
Since
Version
Serial
Hierarchy
Object
ThreadPoolExecutor.DiscardPolicy
Implements
RejectedExecutionHandler
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
static
class ThreadPoolExecutor.DiscardPolicy
A handler for rejected tasks that silently discards the rejected task.
See also:
Constructors
public
ThreadPoolExecutor.DiscardPolicy
()
Creates a
DiscardPolicy
.
Methods
Hide/Show inherited methods
public
void
rejectedExecution
(
Runnable
r,
ThreadPoolExecutor
e)
[Specified in
RejectedExecutionHandler
]
Does nothing, which has the effect of discarding task r.
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
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar