| Package | Description |
|---|---|
| org.robokind.api.common.services |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationLoader<ServiceConfig,Param> |
ServiceContext.getServiceConfigurationLoader()
Returns the ConfigurationLoader for this ServiceContext.
|
| Modifier and Type | Method and Description |
|---|---|
static <ServiceConfig,Param> |
ServiceConnectionDirectory.getConfigLoaders(org.osgi.framework.BundleContext context,
VersionProperty configFormat,
Class<ServiceConfig> configClass,
Class<Param> paramClass)
Retrieves all ServiceConfigurationLoaders with the given Param Class,
ServiceConfig Class, and Configuration Format Version.
|
| Modifier and Type | Method and Description |
|---|---|
static org.jflux.impl.services.rk.lifecycle.ManagedService |
ServiceUtils.registerConfigLoader(org.osgi.framework.BundleContext context,
ConfigurationLoader loader) |
static org.jflux.impl.services.rk.lifecycle.ManagedService |
ServiceUtils.registerConfigLoader(org.osgi.framework.BundleContext context,
ConfigurationLoader loader,
Properties props) |
void |
ServiceContext.setServiceConfigurationLoader(ConfigurationLoader<ServiceConfig,Param> loader)
Sets the ConfigurationLoader for this ServiceContext.
|
| Constructor and Description |
|---|
ServiceContext(ConfigurationLoader<ServiceConfig,Param> loader,
ServiceFactory<ServiceClass,ServiceConfig> factory)
Creates a new ServiceContext from the given
ConfigurationLoader and ServiceFactory.
|
Copyright © 2011-2014. All Rights Reserved.