Uses of Class
livespace.osgi.Dependency

Packages that use Dependency
livespace.osgi   
livespace.services.osgi   
 

Uses of Dependency in livespace.osgi
 

Subclasses of Dependency in livespace.osgi
 class Dependencies
          Represents zero or more dependencies, all of which must be ready before this one is.
 class ServiceDependency
          A dependency on an OSGi service.
 class SystemPropertyDependency
          A dependency on a system property.
 

Methods in livespace.osgi that return Dependency
 Dependency Dependencies.childNamed(String name)
           
 

Methods in livespace.osgi that return types with arguments of type Dependency
 Iterator<Dependency> Dependencies.iterator()
          Return an iterator over the dependencies.
 

Methods in livespace.osgi with parameters of type Dependency
 void Dependencies.add(Dependency dependency)
          Add a sub-dependency to the set.
 void Dependencies.add(Object name, Dependency dependency)
          Add a sub-dependency to the set with a given name.
 

Uses of Dependency in livespace.services.osgi
 

Subclasses of Dependency in livespace.services.osgi
 class ParticularEntityDependency
           
 class SingleEntityDependency
          A dependency on a single Livespace entity being available.
 



Copyright © 2008 Commonwealth of Australia