| java.lang.Object com.tcspring.DistributableBeanPostProcessor
DistributableBeanPostProcessor | public class DistributableBeanPostProcessor implements InstantiationAwareBeanPostProcessor(Code) | | Post process local beans for distributing.
author: Eugene Kuleshov |
postProcessAfterInitialization | public Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException(Code) | | |
postProcessAfterInstantiation | public boolean postProcessAfterInstantiation(Object bean, String beanName) throws BeansException(Code) | | |
postProcessBeforeInitialization | public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException(Code) | | |
postProcessBeforeInstantiation | public Object postProcessBeforeInstantiation(Class beanClass, String beanName) throws BeansException(Code) | | |
|
|