Class TrackableTimerTask
java.lang.Object
java.util.TimerTask
org.eclipse.net4j.util.concurrent.TrackableTimerTask
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
AbstractMonitor.AsyncTimerTask
- Since:
- 3.3
- Author:
- Eike Stepper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
The boolean value of the system propertyorg.eclipse.net4j.util.concurrent.TrackTimerTasks
. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
cancel()
static Collection<Exception>
getConstructionStackTraces
(long minLifeTimeMillis) static void
logConstructionStackTraces
(long minLifeTimeMillis) Methods inherited from class java.util.TimerTask
run, scheduledExecutionTime
-
Field Details
-
TRACK_TIMER_TASKS
public static final boolean TRACK_TIMER_TASKSThe boolean value of the system propertyorg.eclipse.net4j.util.concurrent.TrackTimerTasks
.
-
-
Constructor Details
-
TrackableTimerTask
protected TrackableTimerTask()
-
-
Method Details