|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentDependencyDeclaration | |
---|---|
org.apache.felix.dm | |
org.apache.felix.dm.impl | |
org.apache.felix.dm.impl.dependencies |
Uses of ComponentDependencyDeclaration in org.apache.felix.dm |
---|
Subinterfaces of ComponentDependencyDeclaration in org.apache.felix.dm | |
---|---|
interface |
BundleDependency
|
interface |
ConfigurationDependency
Configuration dependency that can track the availability of a (valid) configuration. |
interface |
ResourceDependency
|
interface |
ServiceDependency
Service dependency that can track an OSGi service. |
interface |
TemporalServiceDependency
A Temporal Service dependency that can block the caller thread between service updates. |
Methods in org.apache.felix.dm that return ComponentDependencyDeclaration | |
---|---|
ComponentDependencyDeclaration[] |
ComponentDeclaration.getComponentDependencies()
Returns a list of dependencies associated with this component. |
Uses of ComponentDependencyDeclaration in org.apache.felix.dm.impl |
---|
Methods in org.apache.felix.dm.impl that return ComponentDependencyDeclaration | |
---|---|
ComponentDependencyDeclaration[] |
ComponentImpl.getComponentDependencies()
|
Uses of ComponentDependencyDeclaration in org.apache.felix.dm.impl.dependencies |
---|
Classes in org.apache.felix.dm.impl.dependencies that implement ComponentDependencyDeclaration | |
---|---|
class |
BundleDependencyImpl
|
class |
ConfigurationDependencyImpl
Configuration dependency that can track the availability of a (valid) configuration. |
class |
ResourceDependencyImpl
|
class |
ServiceDependencyImpl
Service dependency that can track an OSGi service. |
class |
TemporalServiceDependencyImpl
Temporal Service dependency implementation, used to hide temporary service dependency "outage". |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |