public static class WorkManagerImpl.CancelingPolicy extends Object implements RejectedExecutionHandler
Modifier and Type | Field and Description |
---|---|
static WorkManagerImpl.CancelingPolicy |
INSTANCE |
Constructor and Description |
---|
CancelingPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
rejectedExecution(Runnable r,
ThreadPoolExecutor executor) |
public static final WorkManagerImpl.CancelingPolicy INSTANCE
public CancelingPolicy()
public void rejectedExecution(Runnable r, ThreadPoolExecutor executor)
rejectedExecution
in interface RejectedExecutionHandler
Copyright © 2015 Nuxeo SA. All rights reserved.