Class ConfigurationServiceFactory

java.lang.Object
org.apache.sling.commons.log.logback.internal.config.ConfigurationServiceFactory
All Implemented Interfaces:
org.osgi.framework.ServiceFactory

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

    • ConfigurationServiceFactory

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

    • 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