Class DelegatingNamingObjectFactory

    • Constructor Detail

      • DelegatingNamingObjectFactory

        public DelegatingNamingObjectFactory​(String name,
                                             NamingObjectFactory delegate,
                                             boolean cacheResult)
        Creates a factory that will use another factory to do the work
        Parameters:
        name - the name of the object
        delegate - the factory that will do the actual creation/lookup
        cacheResult - whether the object may have been cached