|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SchedulerFactoryPostProcessor
All the classes that implement this interface and are registered in the mule registry are going to be called
after the creation of a Scheduler by the SchedulerFactory
The SchedulerFactoryPostProcessor can alter the instance of the scheduler, create notifications, etc. It is a way
of hooking the creation of each Scheduler
The SchedulerFactoryPostProcessor can be:
| Method Summary | |
|---|---|
Scheduler |
process(Object job,
Scheduler scheduler)
Process based on a Scheduler instance after the SchedulerFactory creates it. |
| Method Detail |
|---|
Scheduler process(Object job,
Scheduler scheduler)
Process based on a Scheduler instance after the SchedulerFactory creates it.
scheduler - The Scheduler that was created by the . It will never be Null.job, - The job that the Scheduler is going to execute
Scheduler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||