public abstract class AbstractJobProcessorManager
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
| Constructor and Description |
|---|
AbstractJobProcessorManager(org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected abstract void |
initProcessor(JobProcessor listener,
java.lang.Object bean,
java.lang.reflect.Method method) |
protected final org.springframework.context.ApplicationContext applicationContext
public AbstractJobProcessorManager(org.springframework.context.ApplicationContext applicationContext)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanprotected abstract void initProcessor(JobProcessor listener, java.lang.Object bean, java.lang.reflect.Method method)