Package org.eclipse.jetty.util.thread
Class TimerScheduler.SimpleTask
- java.lang.Object
-
- java.util.TimerTask
-
- org.eclipse.jetty.util.thread.TimerScheduler.SimpleTask
-
- All Implemented Interfaces:
java.lang.Runnable
,Scheduler.Task
- Enclosing class:
- TimerScheduler
private static class TimerScheduler.SimpleTask extends java.util.TimerTask implements Scheduler.Task
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Runnable
_task
-
Constructor Summary
Constructors Modifier Constructor Description private
SimpleTask(java.lang.Runnable runnable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.util.thread.Scheduler.Task
cancel
-
-