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

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

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)
           
 

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)
           
 



Copyright © 2011-2012. All Rights Reserved.