Class SecureQuartzJobBean

  • All Implemented Interfaces:
    org.quartz.Job
    Direct Known Subclasses:
    Ee2AdUpdateJob, Ee2cUpdateJob

    public abstract class SecureQuartzJobBean
    extends QuartzJobBean
    A secure Quartz job bean that executes with a given security context.
    Author:
    poirigui
    • Constructor Detail

      • SecureQuartzJobBean

        public SecureQuartzJobBean()
    • Method Detail

      • executeInternal

        protected final void executeInternal​(org.quartz.JobExecutionContext context)
                                      throws org.quartz.JobExecutionException
        Specified by:
        executeInternal in class QuartzJobBean
        Throws:
        org.quartz.JobExecutionException
      • executeAs

        protected abstract void executeAs​(org.quartz.JobExecutionContext context)
                                   throws org.quartz.JobExecutionException
        Throws:
        org.quartz.JobExecutionException