|
OSGi™ Service Platform Core Specification Release 4 Version 4.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BundleWire
A wire connecting a BundleCapability
to a BundleRequirement
.
Method Summary | |
---|---|
BundleCapability |
getCapability()
Returns the BundleCapability for this wire. |
BundleWiring |
getProviderWiring()
Returns the bundle wiring providing the capability . |
BundleRequirement |
getRequirement()
Return the BundleRequirement for this wire. |
BundleWiring |
getRequirerWiring()
Returns the bundle wiring who requires the
capability . |
Method Detail |
---|
BundleCapability getCapability()
BundleCapability
for this wire.
BundleCapability
for this wire.BundleRequirement getRequirement()
BundleRequirement
for this wire.
BundleRequirement
for this wire.BundleWiring getProviderWiring()
providing
the capability
.
The bundle revision referenced by the returned bundle wiring may differ
from the bundle revision reference by the capability
.
in
use
, null
will be returned.BundleWiring getRequirerWiring()
requires
the
capability
.
The bundle revision referenced by the returned bundle wiring may differ
from the bundle revision reference by the requirement
.
in use
, null
will be
returned.
|
OSGi™ Service Platform Core Specification Release 4 Version 4.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |