ch.elca.el4j.tests.aspects.spring
Class UseInstrumentedTransactionInterceptorBeanPostProcessor

java.lang.Object
  extended by ch.elca.el4j.tests.aspects.spring.UseInstrumentedTransactionInterceptorBeanPostProcessor
All Implemented Interfaces:
BeanFactoryPostProcessor

public class UseInstrumentedTransactionInterceptorBeanPostProcessor
extends Object
implements BeanFactoryPostProcessor

Replaces the transaction interceptor with an observable version of it.

Author:
Martin Zeltner (MZE)
File-location:
UseInstrumentedTransactionInterceptorBeanPostProcessor
Last check-in date:
2010-12-21 11:08:04 +0100 (Di, 21. Dez 2010) by swismer for revision 4253

Constructor Summary
UseInstrumentedTransactionInterceptorBeanPostProcessor()
           
 
Method Summary
 void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
          Sets class ObservedTransactionInterceptor for bean with name 'transactionInterceptor'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UseInstrumentedTransactionInterceptorBeanPostProcessor

public UseInstrumentedTransactionInterceptorBeanPostProcessor()
Method Detail

postProcessBeanFactory

public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
                            throws BeansException
Sets class ObservedTransactionInterceptor for bean with name 'transactionInterceptor'.

Specified by:
postProcessBeanFactory in interface BeanFactoryPostProcessor
Throws:
BeansException


Copyright © 2005-2011 ELCA. All Rights Reserved.