FileDeleteHelper |
Static functions to delete directories recursively.
|
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 .
|