Package org.clazzes.util.aop

Class Summary
InterceptedMethodInvocation An implementation of MethodInvocation, which is intercepted by a MethodInterceptor.
InvocationHandlerMethodInvocation An implementation of MethodInvocation, which operates on an InvocationHandler instance.
ProxyFactory A lightweight proxy factory for instantiating intercepted instances of interface implementations.
ReflectiveMethodInvocation An implementation of MethodInvocation, which operates on an ordinary Java Object.
ThreadLocalManager This class provides accessible methods for binding resources like pooled database or remoting clients to the current thread, utilizing ThreadLocal.
 

Exception Summary
DAOException This runtime exception is thrown whenever an SQLException or a similar checked exception occurs inside a DAO implementation.
 



Copyright © 2012. All Rights Reserved.