Class SingleContextSource.NonClosingDirContextInvocationHandler
- java.lang.Object
-
- org.springframework.ldap.core.support.SingleContextSource.NonClosingDirContextInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
- Enclosing class:
- SingleContextSource
public static class SingleContextSource.NonClosingDirContextInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandlerA proxy for DirContext forwarding all operation to the target DirContext, but making sure that nocloseoperations will be performed.
-
-
Constructor Summary
Constructors Constructor Description NonClosingDirContextInvocationHandler(javax.naming.directory.DirContext target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-