ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

AOP : What is AfterReturningAdvice ?

This is the Advice that is used when we want our common/transaction code to get execute at the method ending. But it is must to override the “afterReturning()”. While injecting the Advice to the ProxyBeanFactory in the config file, we use
<property name="interceptorNames"><list><value>methodAfterAdvice</value></list></property>
Related Posts Plugin for WordPress, Blogger...
Flag Counter