Uses of Interface
org.robokind.api.common.lifecycle.ManagedService

Packages that use ManagedService
org.robokind.api.common.lifecycle.config   
org.robokind.api.common.lifecycle.utils   
org.robokind.api.common.osgi   
org.robokind.api.common.osgi.lifecycle   
org.robokind.api.common.services   
 

Uses of ManagedService in org.robokind.api.common.lifecycle.config
 

Methods in org.robokind.api.common.lifecycle.config that return ManagedService
 ManagedService<T> RKManagedServiceConfigUtils.GenericManagedServiceFactory.adapt(org.jflux.api.core.config.Configuration<String> a)
           
 

Uses of ManagedService in org.robokind.api.common.lifecycle.utils
 

Methods in org.robokind.api.common.lifecycle.utils that return ManagedService
<T> ManagedService<T>
ManagedServiceFactory.createService(ServiceLifecycleProvider<T> lifecycle, Properties registrationPropeties)
           
<T> ManagedService<T>
ManagedServiceFactory.createService(ServiceLifecycleProvider<T> lifecycle, Properties registrationPropeties, Properties uniqueRegistrationPropeties)
           
 

Uses of ManagedService in org.robokind.api.common.osgi
 

Methods in org.robokind.api.common.osgi that return ManagedService
static ManagedService OSGiUtils.startComponent(org.osgi.framework.BundleContext context, String[] classNames, Object service, Properties serviceProperties)
           
static ManagedService OSGiUtils.startComponent(org.osgi.framework.BundleContext context, String[] classNames, String idPropertyName, String idString, Object service, Properties serviceProperties)
           
static ManagedService OSGiUtils.startComponent(org.osgi.framework.BundleContext context, String className, String idPropertyName, String idString, Object service, Properties serviceProperties)
           
static ManagedService OSGiUtils.startUniqueComponent(org.osgi.framework.BundleContext context, String[] classNames, Object service, Properties uniqueProps, Properties serviceProperties)
           
static ManagedService OSGiUtils.startUniqueComponent(org.osgi.framework.BundleContext context, String[] classNames, String idPropertyName, String idString, Object service, Properties serviceProperties)
           
static ManagedService OSGiUtils.startUniqueComponent(org.osgi.framework.BundleContext context, String className, String idPropertyName, String idString, Object service, Properties serviceProperties)
           
 

Uses of ManagedService in org.robokind.api.common.osgi.lifecycle
 

Classes in org.robokind.api.common.osgi.lifecycle that implement ManagedService
 class OSGiComponent<T>
          An OSGi Service managed with a ServiceLifecycleProvider.
 

Methods in org.robokind.api.common.osgi.lifecycle that return ManagedService
<T> ManagedService<T>
OSGiComponentFactory.createService(ServiceLifecycleProvider<T> lifecycle, Properties registrationPropeties)
           
<T> ManagedService<T>
OSGiComponentFactory.createService(ServiceLifecycleProvider<T> lifecycle, Properties registrationPropeties, Properties uniqueRegistrationProperties)
           
 

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

Methods in org.robokind.api.common.services that return ManagedService
static ManagedService ServiceUtils.registerConfigLoader(org.osgi.framework.BundleContext context, ConfigurationLoader loader)
           
static ManagedService ServiceUtils.registerConfigLoader(org.osgi.framework.BundleContext context, ConfigurationLoader loader, Properties props)
           
static ManagedService ServiceUtils.registerConfigWriter(org.osgi.framework.BundleContext context, ConfigurationWriter writer)
           
static ManagedService ServiceUtils.registerConfigWriter(org.osgi.framework.BundleContext context, ConfigurationWriter writer, Properties props)
           
static ManagedService ServiceUtils.registerFactory(org.osgi.framework.BundleContext context, ServiceFactory fact)
          Registers the given ServiceFactory with the factory's Service Version, Service class, and Config class.
static ManagedService ServiceUtils.registerFactory(org.osgi.framework.BundleContext context, ServiceFactory fact, Properties props)
           
 



Copyright © 2011-2013. All Rights Reserved.