net.bull.javamelody
Class SpringDataSourceBeanPostProcessor

java.lang.Object
  extended by 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

Constructor Summary
SpringDataSourceBeanPostProcessor()
           
 
Method Summary
 Object postProcessAfterInitialization(Object bean, String beanName)
          
 Object postProcessBeforeInitialization(Object bean, String beanName)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringDataSourceBeanPostProcessor

public SpringDataSourceBeanPostProcessor()
Method Detail

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.