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
Constructors Constructor Description ConfigurationServiceFactory(org.apache.sling.commons.log.logback.internal.LogConfigManager logConfigManager, String serviceClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getService(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 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 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
-
-