Modifier and Type | Class and Description |
---|---|
class |
ConfigurationDependency
Configuration dependency that can track the availability of a (valid) configuration.
|
class |
ServiceDependency
Service dependency that can track an OSGi service.
|
Modifier and Type | Method and Description |
---|---|
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–2015 The Apache Software Foundation. All rights reserved.