Package com.xenonsoft.bridgetown.aop.helper

This is the package for supporting Aspect Oriented programming with the Brigetown IoC Framework, here you will convenience class to handle before, after, and afterThrowing advice.

See:
          Description

Class Summary
AfterAdviceAdaptor An adaptor class that makes it easier to write a convenient "After" advice on the method interceptor.
BeforeAdviceAdaptor An adaptor class that makes it easier to write a convenient "Before" advice on the method interceptor.
SimpleJDBCTransactionInterceptor A simple JDBC Transaction interceptor that advises a target bean.
ThrowsExceptionAdviceAdaptor An adaptor class that makes it easier to write a convenient "Throws" advice on the method interceptor, because this class will react to java.lang.Exception exceptions.
ThrowsRemoteExceptionAdviceAdaptor An adaptor class that makes it easier to write a convenient "Throws" advice on the method interceptor, because this class will react to java.rmi.RemoteException exceptions.
 

Package com.xenonsoft.bridgetown.aop.helper Description

This is the package for supporting Aspect Oriented programming with the Brigetown IoC Framework, here you will convenience class to handle before, after, and afterThrowing advice.



Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.