Uses of Interface
org.apache.felix.dependencymanager.Dependency

Packages that use Dependency
org.apache.felix.dependencymanager   
org.apache.felix.dependencymanager.impl   
 

Uses of Dependency in org.apache.felix.dependencymanager
 

Classes in org.apache.felix.dependencymanager that implement Dependency
 class ConfigurationDependency
          Configuration dependency that can track the availability of a (valid) configuration.
 class ServiceDependency
          Service dependency that can track an OSGi service.
 

Methods in org.apache.felix.dependencymanager with parameters of type Dependency
 Service Service.add(Dependency dependency)
          Adds a new dependency to this service.
 Service Service.remove(Dependency dependency)
          Removes a dependency from this service.
 

Uses of Dependency in org.apache.felix.dependencymanager.impl
 

Classes in org.apache.felix.dependencymanager.impl that implement Dependency
 class ConfigurationDependencyImpl
          Configuration dependency that can track the availability of a (valid) configuration.
 class ServiceDependencyImpl
           
 

Methods in org.apache.felix.dependencymanager.impl with parameters of type Dependency
 Service ServiceImpl.add(Dependency dependency)
           
 Service ServiceImpl.remove(Dependency dependency)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.