Class IScheduler.Factory

  • Enclosing interface:
    IScheduler<T>

    public static class IScheduler.Factory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> IScheduler<T> getInstance​(java.lang.String iThreadName, int iPeriodInMinutes, IScheduler.ITask<T> iTask)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • getInstance

        public static <T> IScheduler<T> getInstance​(java.lang.String iThreadName,
                                                    int iPeriodInMinutes,
                                                    IScheduler.ITask<T> iTask)