クラス 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 プーリングを使用できるようになります。フィールド概要
クラス PoolingContextSource から継承されたフィールド
keyedObjectPool, loggerコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明protected DirContextSEgetContext(DirContextType dirContextType) キー付きオブジェクトプールから、指定された型の DirContext を取得します。クラス 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
コンストラクターの詳細
MutablePoolingContextSource
public MutablePoolingContextSource()
方法の詳細
getContext
クラスからコピーされた説明:PoolingContextSourceキー付きオブジェクトプールから、指定された型の DirContext を取得します。- オーバーライド:
- クラス
PoolingContextSourceのgetContext - パラメーター:
dirContextType- 返すコンテキストの型。- 戻り値:
- 指定された型のラップされた DirContext。