135 c_logger.debug(
"thread returned false, signifying it wants to exit. now dropping it.");
142 long nextRun = System.currentTimeMillis() + c_period;
143 while (System.currentTimeMillis() < nextRun) {
148 Thread.sleep(SNOOZE_PERIOD);
149 }
catch (InterruptedException e) {
154 }
catch (Throwable t) {
155 c_logger.info(
"exception thrown from performActivity: " + t.getLocalizedMessage(), t);