Class MutablePoolingContextSource

    • Constructor Detail

      • MutablePoolingContextSource

        public MutablePoolingContextSource()
    • Method Detail

      • getContext

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