Uses of Interface
org.apache.sling.event.impl.jobs.config.ConfigurationChangeListener
-
Packages that use ConfigurationChangeListener Package Description org.apache.sling.event.impl.jobs.config org.apache.sling.event.impl.jobs.queues org.apache.sling.event.impl.jobs.scheduling -
-
Uses of ConfigurationChangeListener in org.apache.sling.event.impl.jobs.config
Methods in org.apache.sling.event.impl.jobs.config with parameters of type ConfigurationChangeListener Modifier and Type Method Description void
JobManagerConfiguration. addListener(ConfigurationChangeListener service)
Add a topology aware listenervoid
JobManagerConfiguration. removeListener(ConfigurationChangeListener service)
Remove a topology aware listener -
Uses of ConfigurationChangeListener in org.apache.sling.event.impl.jobs.queues
Classes in org.apache.sling.event.impl.jobs.queues that implement ConfigurationChangeListener Modifier and Type Class Description class
QueueManager
Implementation of the queue manager. -
Uses of ConfigurationChangeListener in org.apache.sling.event.impl.jobs.scheduling
Classes in org.apache.sling.event.impl.jobs.scheduling that implement ConfigurationChangeListener Modifier and Type Class Description class
JobSchedulerImpl
The scheduler for managing scheduled jobs.
-