Class AbstractJobProcessorManager

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public abstract class AbstractJobProcessorManager
    extends java.lang.Object
    implements org.springframework.beans.factory.InitializingBean
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.springframework.context.ApplicationContext applicationContext  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractJobProcessorManager​(org.springframework.context.ApplicationContext applicationContext)  
    • Field Detail

      • applicationContext

        protected final org.springframework.context.ApplicationContext applicationContext
    • Constructor Detail

      • AbstractJobProcessorManager

        public AbstractJobProcessorManager​(org.springframework.context.ApplicationContext applicationContext)
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • initProcessor

        protected abstract void initProcessor​(JobProcessor listener,
                                              java.lang.Object bean,
                                              java.lang.reflect.Method method)