
public abstract class TrackableTimerTask extends TimerTask
| Modifier and Type | Field and Description |
|---|---|
static boolean |
TRACK_TIMER_TASKS
The boolean value of the system property
org.eclipse.net4j.util.concurrent.TrackTimerTasks. |
| Modifier | Constructor and Description |
|---|---|
protected |
TrackableTimerTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel() |
static Collection<Exception> |
getConstructionStackTraces(long minLifeTimeMillis) |
static void |
logConstructionStackTraces(long minLifeTimeMillis) |
run, scheduledExecutionTimepublic static final boolean TRACK_TIMER_TASKS
org.eclipse.net4j.util.concurrent.TrackTimerTasks.public static Collection<Exception> getConstructionStackTraces(long minLifeTimeMillis)
public static void logConstructionStackTraces(long minLifeTimeMillis)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.