クラス MutablePoolingContextSource
java.lang.ObjectSE
org.springframework.ldap.core.support.DelegatingBaseLdapPathContextSourceSupport
org.springframework.ldap.pool.factory.PoolingContextSource
org.springframework.ldap.pool.factory.MutablePoolingContextSource
- 実装されているすべてのインターフェース:
org.springframework.beans.factory.DisposableBean、ContextSource、BaseLdapPathSource
MutableDelegatingLdapContext インスタンスを作成する PoolingContextSource サブクラス。これにより、Spring LDAP プーリングを、ページングされた結果などのリクエスト制御の設定が必要なシナリオで使用できるようになります。フィールドのサマリー
クラス org.springframework.ldap.pool.factory.PoolingContextSource から継承されたフィールド
keyedObjectPool, loggerコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected DirContextSEgetContext(DirContextType dirContextType) キー付きオブジェクトプールから、指定された型の DirContext を取得します。クラス org.springframework.ldap.pool.factory.PoolingContextSource から継承されたメソッド
destroy, getContext, getContextSource, getDirContextValidator, getMaxActive, getMaxIdle, getMaxTotal, getMaxWait, getMinEvictableIdleTimeMillis, getMinIdle, getNumActive, getNumIdle, getNumTestsPerEvictionRun, getReadOnlyContext, getReadWriteContext, getTarget, getTestOnBorrow, getTestOnReturn, getTestWhileIdle, getTimeBetweenEvictionRunsMillis, getWhenExhaustedAction, setContextSource, setDirContextValidator, setMaxActive, setMaxIdle, setMaxTotal, setMaxWait, setMinEvictableIdleTimeMillis, setMinIdle, setNonTransientExceptions, setNumTestsPerEvictionRun, setTestOnBorrow, setTestOnReturn, setTestWhileIdle, setTimeBetweenEvictionRunsMillis, setWhenExhaustedActionクラス org.springframework.ldap.core.support.DelegatingBaseLdapPathContextSourceSupport から継承されたメソッド
getBaseLdapName, getBaseLdapPath, getBaseLdapPathAsString
コンストラクターの詳細
MutablePoolingContextSource
public MutablePoolingContextSource()
メソッドの詳細
getContext
クラスからコピーされた説明:PoolingContextSourceキー付きオブジェクトプールから、指定された型の DirContext を取得します。- オーバーライド:
- クラス
PoolingContextSourceのgetContext - パラメーター:
dirContextType- 返すコンテキストの型。- 戻り値:
- 指定された型のラップされた DirContext。