public abstract class ConfigurationDefinedResourceFactory extends Object implements org.osgi.service.cm.ManagedServiceFactory
| Constructor and Description |
|---|
ConfigurationDefinedResourceFactory(org.osgi.framework.BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleted(String pid) |
protected abstract LifecycleAware |
getConfigurationDrivenResource(org.osgi.framework.BundleContext context,
String pid,
Map<String,Object> properties) |
void |
stop() |
void |
updated(String pid,
Dictionary<String,?> properties) |
public ConfigurationDefinedResourceFactory(org.osgi.framework.BundleContext context)
public void updated(String pid, Dictionary<String,?> properties) throws org.osgi.service.cm.ConfigurationException
updated in interface org.osgi.service.cm.ManagedServiceFactoryorg.osgi.service.cm.ConfigurationExceptionprotected abstract LifecycleAware getConfigurationDrivenResource(org.osgi.framework.BundleContext context, String pid, Map<String,Object> properties) throws Exception
Exceptionpublic void stop()
public void deleted(String pid)
deleted in interface org.osgi.service.cm.ManagedServiceFactoryCopyright © 2017 The Apache Software Foundation. All rights reserved.