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

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 ServiceImpl.add(Dependency dependency)
           
 void Service.dependencyAvailable(Dependency dependency)
          Will be called when the dependency becomes available.
 void ServiceImpl.dependencyAvailable(Dependency dependency)
           
 void Service.dependencyChanged(Dependency dependency)
          Will be called when the dependency becomes unavailable.
 void ServiceImpl.dependencyChanged(Dependency dependency)
           
 void Service.dependencyUnavailable(Dependency dependency)
          Will be called when the dependency changes.
 void ServiceImpl.dependencyUnavailable(Dependency dependency)
           
 Service Service.remove(Dependency dependency)
          Removes a dependency from this service.
 Service ServiceImpl.remove(Dependency dependency)
           
 



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