Class AuthorizingJobDecorator.DecoratingJobFactory
- java.lang.Object
-
- com.floragunn.searchsupport.jobs.execution.AuthorizingJobDecorator.DecoratingJobFactory
-
- All Implemented Interfaces:
org.quartz.spi.JobFactory
- Enclosing class:
- AuthorizingJobDecorator
public static class AuthorizingJobDecorator.DecoratingJobFactory extends Object implements org.quartz.spi.JobFactory
-
-
Constructor Summary
Constructors Constructor Description DecoratingJobFactory(org.elasticsearch.common.util.concurrent.ThreadContext threadContext, org.quartz.spi.JobFactory delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.quartz.JobnewJob(org.quartz.spi.TriggerFiredBundle bundle, org.quartz.Scheduler scheduler)
-