Class PeriodicBackgroundJob
java.lang.Object
org.apache.sling.discovery.base.commons.PeriodicBackgroundJob
- All Implemented Interfaces:
Runnable
Simple executor of a background job that periodically
invokes a particular runnable - catching RuntimeExceptions
that might throw - but not catching Errors (that terminates
the BackgroundJob).
-
Constructor Summary
ConstructorDescriptionPeriodicBackgroundJob
(long intervalSeconds, String threadName, Runnable runnable) -
Method Summary