Class TimerUtil

java.lang.Object
com.zfabrik.util.threading.TimerUtil

public class TimerUtil extends Object
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.
Author:
hb
  • Constructor Details

    • TimerUtil

      public TimerUtil()
  • Method Details

    • createTimer

      public static Timer createTimer()
    • createTimer

      public static Timer createTimer(boolean isDaemon)
    • createTimer

      public static Timer createTimer(String name)
    • createTimer

      public static Timer createTimer(String name, boolean isDaemon)