Class ConfigurationServiceFactory

  • All Implemented Interfaces:
    org.osgi.framework.ServiceFactory

    public class ConfigurationServiceFactory
    extends Object
    implements org.osgi.framework.ServiceFactory
    • Constructor Detail

      • ConfigurationServiceFactory

        public ConfigurationServiceFactory​(org.apache.sling.commons.log.logback.internal.LogConfigManager logConfigManager,
                                           String serviceClass)
    • Method Detail

      • getService

        public Object getService​(org.osgi.framework.Bundle bundle,
                                 org.osgi.framework.ServiceRegistration registration)
        Specified by:
        getService in interface org.osgi.framework.ServiceFactory
      • ungetService

        public void ungetService​(org.osgi.framework.Bundle bundle,
                                 org.osgi.framework.ServiceRegistration registration,
                                 Object service)
        Specified by:
        ungetService in interface org.osgi.framework.ServiceFactory