Uses of Class
org.robokind.api.common.lifecycle.DependencyDescriptor

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

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

Methods in org.robokind.api.common.lifecycle that return types with arguments of type DependencyDescriptor
 List<DependencyDescriptor> ManagedService.getDependencies()
          Returns a list describing the service dependencies of this ManagedService.
 List<DependencyDescriptor> ServiceLifecycleProvider.getDependencyDescriptors()
          Returns a list describing the service dependencies required by this lifecycle provider.
 List<DependencyDescriptor> AbstractLifecycleProvider.getDependencyDescriptors()
           
 

Methods in org.robokind.api.common.lifecycle with parameters of type DependencyDescriptor
protected  boolean AbstractLifecycleProvider.addRuntimeDependency(DependencyDescriptor desc)
          Adds a dependency after the lifecycle is initialized.
 

Method parameters in org.robokind.api.common.lifecycle with type arguments of type DependencyDescriptor
static boolean ServiceLifecycleProvider.Validator.validateService(List<DependencyDescriptor> descriptors, String dependencyId, Object dependency)
          Validates an id and dependency against a list of DependencyDescriptors.
static boolean ServiceLifecycleProvider.Validator.validateServiceId(List<DependencyDescriptor> descriptors, String dependencyId)
          Returns true if there is a DependencyDescriptor with the given dependency id.
static boolean ServiceLifecycleProvider.Validator.validateServices(List<DependencyDescriptor> descriptors, Map<String,Object> depdendencies)
          Validates a map of dependency ids and services to validate against a list of DependencyDescriptors.
 

Constructor parameters in org.robokind.api.common.lifecycle with type arguments of type DependencyDescriptor
AbstractLifecycleProvider(List<DependencyDescriptor> deps)
          Creates a new AbstractLifecycleProvider with the given DependencyDescriptors.
 

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

Methods in org.robokind.api.common.lifecycle.utils that return DependencyDescriptor
 DependencyDescriptor DescriptorBuilder.getDescriptor()
           
 

Methods in org.robokind.api.common.lifecycle.utils that return types with arguments of type DependencyDescriptor
 List<DependencyDescriptor> SimpleLifecycle.getDependencyDescriptors()
           
 List<DependencyDescriptor> DescriptorBuilder.getDescriptors()
           
 List<DependencyDescriptor> DescriptorListBuilder.getDescriptors()
          Returns the list of DependencyDescriptors added to this list builder.
 

Constructor parameters in org.robokind.api.common.lifecycle.utils with type arguments of type DependencyDescriptor
DescriptorListBuilder(List<DependencyDescriptor> descriptors)
          Creates a new DescriptorListBuilder with the given descriptors.
 

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

Methods in org.robokind.api.common.osgi.lifecycle that return types with arguments of type DependencyDescriptor
 List<DependencyDescriptor> OSGiComponent.getDependencies()
           
 

Methods in org.robokind.api.common.osgi.lifecycle with parameters of type DependencyDescriptor
 boolean ServiceDependenciesTracker.addDependencyDescription(DependencyDescriptor descriptor)
          Adds the description to the list of dependency to listen for.
 



Copyright © 2011-2012. All Rights Reserved.