Uses of Class
org.apache.activemq.store.kahadb.scheduler.JobSchedulerImpl
Packages that use JobSchedulerImpl
-
Uses of JobSchedulerImpl in org.apache.activemq.store.kahadb.scheduler
Methods in org.apache.activemq.store.kahadb.scheduler that return types with arguments of type JobSchedulerImplModifier and TypeMethodDescriptionJobSchedulerKahaDBMetaData.getJobSchedulers()Gets the index of JobScheduler instances that have been created and stored in the JobSchedulerStore instance.Method parameters in org.apache.activemq.store.kahadb.scheduler with type arguments of type JobSchedulerImplModifier and TypeMethodDescriptionvoidJobSchedulerKahaDBMetaData.loadScheduler(Transaction tx, Map<String, JobSchedulerImpl> schedulers) Loads all the stored JobScheduler instances into the provided map.