Class MutablePooledContextSource

    • Constructor Detail

      • MutablePooledContextSource

        public MutablePooledContextSource​(PoolConfig poolConfig)
        Creates a new pooling context source, setting up the DirContext object factory and generic keyed object pool.
        Parameters:
        poolConfig - pool configurations to set.
    • Method Detail

      • getContext

        protected javax.naming.directory.DirContext getContext​(DirContextType dirContextType)
        Description copied from class: PooledContextSource
        Gets a DirContext of the specified type from the keyed object pool.
        Overrides:
        getContext in class PooledContextSource
        Parameters:
        dirContextType - The type of context to return.
        Returns:
        A wrapped DirContext of the specified type.