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 Summary
ConstructorsConstructorDescriptionConfigurationServiceFactory
(org.apache.sling.commons.log.logback.internal.LogConfigManager logConfigManager, String serviceClass) -
Method Summary
Modifier and TypeMethodDescriptiongetService
(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration registration) void
ungetService
(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration registration, Object service)
-
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 interfaceorg.osgi.framework.ServiceFactory
-
ungetService
public void ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration registration, Object service) - Specified by:
ungetService
in interfaceorg.osgi.framework.ServiceFactory
-