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

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

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

Methods in org.robokind.api.common.services that return types with arguments of type ServiceConfigurationWriter
static
<Conf,Param>
SingleServiceListener<ServiceConfigurationWriter<Conf,Param>>
ServiceUtils.createWriterServiceListener(org.osgi.framework.BundleContext context, Class<Conf> configClass, Class<Param> paramClass, VersionProperty configFormat, String serviceFilter)
           
static
<ServiceConfig,Param>
List<ServiceConfigurationWriter<ServiceConfig,Param>>
ServiceConnectionDirectory.getConfigWriters(org.osgi.framework.BundleContext context, VersionProperty configFormat, Class<ServiceConfig> configClass, Class<Param> paramClass)
          Finds ServiceConfigurationWriters matching the given criteria.
 

Methods in org.robokind.api.common.services with parameters of type ServiceConfigurationWriter
static org.osgi.framework.ServiceRegistration ServiceUtils.registerConfigurationWriter(org.osgi.framework.BundleContext context, ServiceConfigurationWriter writer, Properties props)
           
 



Copyright © 2011-2012. All Rights Reserved.