Uses of Class
org.apache.felix.hc.core.impl.scheduling.AsyncJob
-
Packages that use AsyncJob Package Description org.apache.felix.hc.core.impl.scheduling org.apache.felix.hc.core.impl.scheduling.cron.embedded org.apache.felix.hc.core.impl.scheduling.cron.quartz -
-
Uses of AsyncJob in org.apache.felix.hc.core.impl.scheduling
Subclasses of AsyncJob in org.apache.felix.hc.core.impl.scheduling Modifier and Type Class Description class
AsyncIntervalJob
Runs health checks that are configured with an interval (ScheduledThreadPoolExecutor.scheduleAtFixedRate()) for asynchronous execution.Methods in org.apache.felix.hc.core.impl.scheduling that return AsyncJob Modifier and Type Method Description AsyncJob
CronJobFactory. createAsyncCronJob(Runnable runnable, String id, String group, String cronExpression)
-
Uses of AsyncJob in org.apache.felix.hc.core.impl.scheduling.cron.embedded
Subclasses of AsyncJob in org.apache.felix.hc.core.impl.scheduling.cron.embedded Modifier and Type Class Description class
AsyncEmbeddedCronJob
Runs health checks/monitors that are configured with a cron expression for asynchronous execution. -
Uses of AsyncJob in org.apache.felix.hc.core.impl.scheduling.cron.quartz
Subclasses of AsyncJob in org.apache.felix.hc.core.impl.scheduling.cron.quartz Modifier and Type Class Description class
AsyncQuartzCronJob
Async job to be used by async health checks and async monitor.
-