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

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

Uses of ServiceLifecycleProvider in org.robokind.api.common.lifecycle
 

Classes in org.robokind.api.common.lifecycle that implement ServiceLifecycleProvider
 class AbstractLifecycleProvider<I,T extends I>
          Abstract implementation of ServiceLifecycleProvider.
 

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

Classes in org.robokind.api.common.lifecycle.utils that implement ServiceLifecycleProvider
 class SimpleLifecycle<T>
          Defines an empty lifecycle for managing a service with no dependencies.
 

Methods in org.robokind.api.common.lifecycle.utils with parameters of type ServiceLifecycleProvider
<T> ManagedService<T>
ManagedServiceFactory.createService(ServiceLifecycleProvider<T> lifecycle, Properties registrationPropeties)
           
 

Constructor parameters in org.robokind.api.common.lifecycle.utils with type arguments of type ServiceLifecycleProvider
ManagedServiceGroup(ManagedServiceFactory factory, List<ServiceLifecycleProvider> lifecycles, String groupId, Properties registrationProperties)
           
 

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

Classes in org.robokind.api.common.osgi.lifecycle that implement ServiceLifecycleProvider
 class ConfiguredServiceLifecycle<T,C,P>
           
 

Methods in org.robokind.api.common.osgi.lifecycle with parameters of type ServiceLifecycleProvider
<T> ManagedService<T>
OSGiComponentFactory.createService(ServiceLifecycleProvider<T> lifecycle, Properties registrationPropeties)
           
 

Constructors in org.robokind.api.common.osgi.lifecycle with parameters of type ServiceLifecycleProvider
OSGiComponent(org.osgi.framework.BundleContext context, ServiceLifecycleProvider<T> lifecycle)
          Creates a new OSGiComponent from the given lifecycle provider.
OSGiComponent(org.osgi.framework.BundleContext context, ServiceLifecycleProvider<T> lifecycle, Properties registrationProps)
          Creates a new OSGiComponent from the given lifecycle provider.
OSGiComponent(org.osgi.framework.BundleContext context, ServiceLifecycleProvider<T> lifecycle, Properties registrationProps, boolean selfRegister)
          Creates a new OSGiComponent from the given lifecycle provider.
OSGiComponent(org.osgi.framework.BundleContext context, ServiceLifecycleProvider<T> lifecycle, Properties registrationProps, Properties uniqueProps, boolean selfRegister)
          Creates a new OSGiComponent from the given lifecycle provider.
 



Copyright © 2011-2012. All Rights Reserved.