Uses of Interface
org.robokind.api.common.services.ConfigurationLoader

Packages that use ConfigurationLoader
org.robokind.api.common.services   
 

Uses of ConfigurationLoader in org.robokind.api.common.services
 

Methods in org.robokind.api.common.services that return ConfigurationLoader
 ConfigurationLoader<ServiceConfig,Param> ServiceContext.getServiceConfigurationLoader()
          Returns the ConfigurationLoader for this ServiceContext.
 

Methods in org.robokind.api.common.services that return types with arguments of type ConfigurationLoader
static
<ServiceConfig,Param>
List<ConfigurationLoader<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.
 

Methods in org.robokind.api.common.services with parameters of type ConfigurationLoader
static ManagedService ServiceUtils.registerConfigLoader(org.osgi.framework.BundleContext context, ConfigurationLoader loader)
           
static 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.
 

Constructors in org.robokind.api.common.services with parameters of type ConfigurationLoader
ServiceContext(ConfigurationLoader<ServiceConfig,Param> loader, ServiceFactory<ServiceClass,ServiceConfig> factory)
          Creates a new ServiceContext from the given ConfigurationLoader and ServiceFactory.
 



Copyright © 2011-2013. All Rights Reserved.