Class JobExecutorContext


  • public class JobExecutorContext
    extends java.lang.Object
    Author:
    Daniel Meyer
    • Field Detail

      • currentProcessorJobQueue

        protected java.util.List<java.lang.String> currentProcessorJobQueue
      • currentJob

        protected JobEntity currentJob
        the currently executed job
      • entityCache

        protected DbEntityCache entityCache
        reusable cache
    • Constructor Detail

      • JobExecutorContext

        public JobExecutorContext()
    • Method Detail

      • getCurrentProcessorJobQueue

        public java.util.List<java.lang.String> getCurrentProcessorJobQueue()
      • isExecutingExclusiveJob

        public boolean isExecutingExclusiveJob()
      • setCurrentJob

        public void setCurrentJob​(JobEntity currentJob)
      • getCurrentJob

        public JobEntity getCurrentJob()
      • setEntityCache

        public void setEntityCache​(DbEntityCache entityCache)