|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.ldap.pool.factory.PoolingContextSource
org.springframework.ldap.pool.factory.MutablePoolingContextSource
public class MutablePoolingContextSource
A PoolingContextSource
subclass that creates
MutableDelegatingLdapContext
instances. This enables the Spring LDAP
pooling to be used in scenarios that require request controls to be set, such
as paged results.
Field Summary |
---|
Fields inherited from class org.springframework.ldap.pool.factory.PoolingContextSource |
---|
keyedObjectPool, logger |
Constructor Summary | |
---|---|
MutablePoolingContextSource()
|
Method Summary | |
---|---|
protected javax.naming.directory.DirContext |
getContext(DirContextType dirContextType)
Gets a DirContext of the specified type from the keyed object pool. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MutablePoolingContextSource()
Method Detail |
---|
protected javax.naming.directory.DirContext getContext(DirContextType dirContextType)
PoolingContextSource
getContext
in class PoolingContextSource
dirContextType
- The type of context to return.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |