Class CleanerTask

    • Field Detail

      • logger

        public static final Logger logger
      • DEBUG

        private static final boolean DEBUG
      • period

        private int period
      • timeOut

        private int timeOut
      • helper

        private Helper helper
    • Constructor Detail

      • CleanerTask

        public CleanerTask()
    • Method Detail

      • getPeriod

        public int getPeriod()
        Returns:
        the period
      • setPeriod

        public void setPeriod​(int period)
        Parameters:
        period - the period to set
      • getTimeOut

        public int getTimeOut()
        Returns:
        the timeOut
      • setTimeOut

        public void setTimeOut​(int timeOut)
        Parameters:
        timeOut - the timeOut to set
      • start

        public void start()
      • stop

        public void stop()
      • submitCallTask

        public void submitCallTask()