public class ConfigurationServiceFactory extends Object implements org.osgi.framework.ServiceFactory
Constructor and Description |
---|
ConfigurationServiceFactory(LogConfigManager logConfigManager,
String serviceClass) |
Modifier and Type | Method and 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) |
public ConfigurationServiceFactory(LogConfigManager logConfigManager, String serviceClass)
public Object getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration registration)
getService
in interface org.osgi.framework.ServiceFactory
public void ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration registration, Object service)
ungetService
in interface org.osgi.framework.ServiceFactory
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.