Class DelegatorFactoryImpl

  • All Implemented Interfaces:
    Factory<Delegator,​java.lang.String>

    public class DelegatorFactoryImpl
    extends DelegatorFactory
    A DelegatorFactory implementation that returns an instance of GenericDelegator.
    • Field Detail

      • module

        public static final java.lang.String module
    • Constructor Detail

      • DelegatorFactoryImpl

        public DelegatorFactoryImpl()
    • Method Detail

      • getInstance

        public Delegator getInstance​(java.lang.String delegatorName)
        Description copied from interface: Factory
        Returns an instance of R. This is a basic factory interface that is meant to be extended. Sub-interfaces declare types for A (the getInstance argument), and R (the type returned by getInstance).
        Parameters:
        delegatorName - Optional object to be used in R's construction, or to be used as a selector key
        Returns:
        An instance of R