Package com.zfabrik.util.threading
Class TimerUtil
java.lang.Object
com.zfabrik.util.threading.TimerUtil
Use this utility to retrieve timers that hold no class loader
uncool: TimerThread will hold on to some context class loader that may have become invalid in the meantime.
uncool: TimerThread will hold on to some context class loader that may have become invalid in the meantime.
- Author:
- hb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Timer
static Timer
createTimer
(boolean isDaemon) static Timer
createTimer
(String name) static Timer
createTimer
(String name, boolean isDaemon)
-
Constructor Details
-
TimerUtil
public TimerUtil()
-
-
Method Details
-
createTimer
-
createTimer
-
createTimer
-
createTimer
-