public class TimedSupervisorTask
extends java.util.TimerTask
Constructor and Description |
---|
TimedSupervisorTask(java.lang.String name,
java.util.concurrent.ScheduledExecutorService scheduler,
java.util.concurrent.ThreadPoolExecutor executor,
int timeout,
java.util.concurrent.TimeUnit timeUnit,
int expBackOffBound,
java.lang.Runnable task) |
Modifier and Type | Method and Description |
---|---|
boolean |
cancel() |
void |
run() |