org.springframework.yarn.config
Class ConfiguringBeanFactoryPostProcessor

java.lang.Object
  extended by org.springframework.yarn.config.ConfiguringBeanFactoryPostProcessor
All Implemented Interfaces:
BeanFactoryPostProcessor

public class ConfiguringBeanFactoryPostProcessor
extends Object
implements BeanFactoryPostProcessor

Bean factory post processor which adds creates default task scheduler and executor if necessary.

Author:
Janne Valkealahti

Constructor Summary
ConfiguringBeanFactoryPostProcessor()
           
 
Method Summary
 void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfiguringBeanFactoryPostProcessor

public ConfiguringBeanFactoryPostProcessor()
Method Detail

postProcessBeanFactory

public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
                            throws BeansException
Specified by:
postProcessBeanFactory in interface BeanFactoryPostProcessor
Throws:
BeansException