net.bull.javamelody
Class SpringDataSourceBeanPostProcessor
java.lang.Object
net.bull.javamelody.SpringDataSourceBeanPostProcessor
- All Implemented Interfaces:
- org.springframework.beans.factory.config.BeanPostProcessor
public class SpringDataSourceBeanPostProcessor
- extends Object
- implements org.springframework.beans.factory.config.BeanPostProcessor
Post-processor Spring pour une éventuelle DataSource défini dans le fichier xml Spring.
- Author:
- Emeric Vernat
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringDataSourceBeanPostProcessor
public SpringDataSourceBeanPostProcessor()
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean,
String beanName)
-
- Specified by:
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean,
String beanName)
-
- Specified by:
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
Copyright © 2008-2010 Emeric Vernat. All Rights Reserved.