Package org.osgi.framework.wiring

Framework Wiring Package Version 1.1.

See:
          Description

Interface Summary
BundleCapability A capability that has been declared from a bundle revision.
BundleRequirement A requirement that has been declared from a bundle revision.
BundleRevision Bundle Revision.
BundleRevisions The bundle revisions of a bundle.
BundleWire A wire connecting a BundleCapability to a BundleRequirement.
BundleWiring A wiring for a bundle.
FrameworkWiring Query and modify wiring information for the framework.
 

Package org.osgi.framework.wiring Description

Framework Wiring Package Version 1.1.

Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:

 Import-Package: org.osgi.framework.wiring; version="[1.1,2.0)"
 

Version:
$Id: b2520b48de1c28dcdc05f0d70606453f0afea3c4 $


Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.