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

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

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

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

Methods in org.robokind.api.common.services that return types with arguments of type ServiceConfigurationLoader
static
<ServiceConfig,Param>
List<ServiceConfigurationLoader<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 ServiceConfigurationLoader
 void ServiceContext.setServiceConfigurationLoader(ServiceConfigurationLoader<ServiceConfig,Param> loader)
          Sets the ServiceConfigurationLoader for this ServiceContext.
 

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



Copyright © 2011. All Rights Reserved.