Uses of Interface
org.mule.api.schedule.Scheduler

Packages that use Scheduler
org.mule.api.registry   
org.mule.api.schedule   
org.mule.registry   
org.mule.transport.polling.schedule   
 

Uses of Scheduler in org.mule.api.registry
 

Methods in org.mule.api.registry that return types with arguments of type Scheduler
 Collection<Scheduler> MuleRegistry.lookupScheduler(Predicate<String> schedulerNamePredicate)
           
 

Methods in org.mule.api.registry with parameters of type Scheduler
 void MuleRegistry.registerScheduler(Scheduler scheduler)
           
 void MuleRegistry.unregisterScheduler(Scheduler scheduler)
           
 

Uses of Scheduler in org.mule.api.schedule
 

Methods in org.mule.api.schedule that return Scheduler
 Scheduler SchedulerFactory.create(String name, T job)
           Creates a scheduler for a job and runs all the registered post processors.
protected abstract  Scheduler SchedulerFactory.doCreate(String name, T job)
           Template method to delegate the creation of the Scheduler.
 Scheduler SchedulerFactoryPostProcessor.process(Object job, Scheduler scheduler)
           Process based on a Scheduler instance after the SchedulerFactory creates it.
 

Methods in org.mule.api.schedule with parameters of type Scheduler
 Scheduler SchedulerFactoryPostProcessor.process(Object job, Scheduler scheduler)
           Process based on a Scheduler instance after the SchedulerFactory creates it.
 

Uses of Scheduler in org.mule.registry
 

Methods in org.mule.registry that return types with arguments of type Scheduler
 Collection<Scheduler> MuleRegistryHelper.lookupScheduler(Predicate<String> schedulerNamePredicate)
           
 

Methods in org.mule.registry with parameters of type Scheduler
 void MuleRegistryHelper.registerScheduler(Scheduler scheduler)
           
 void MuleRegistryHelper.unregisterScheduler(Scheduler scheduler)
           
 

Uses of Scheduler in org.mule.transport.polling.schedule
 

Classes in org.mule.transport.polling.schedule that implement Scheduler
 class FixedFrequencyScheduler<T extends Runnable>
           Scheduler that runs a task giving a fixed period of time.
 class PollScheduler<T extends Runnable>
           Abstract definition of a Scheduler for poll.
 

Methods in org.mule.transport.polling.schedule that return Scheduler
protected  Scheduler FixedFrequencySchedulerFactory.doCreate(String name, T job)
           
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.