component_api-6.0.7.jar

download (11220 bytes)

OSGi manifest attributes
Bundle-Name SCR-API
Bundle-SymbolicName org.knopflerfish.bundle.component-API
Bundle-Version 6.0.7
Bundle-Description Declarative Services SCR (API)
Bundle-Vendor Knopflerfish
Bundle-ContactAddress http://www.knopflerfish.org
Bundle-License http://opensource.org/licenses/BSD-3-Clause;description="BSD 3-clause";link="http://www.knopflerfish.org/licenses/knopflerfish-1.txt"
Bundle-DocURL http://www.knopflerfish.org/releases/6.1.5/docs/bundledoc/index.html
Bundle-ManifestVersion 2
Bundle-Activator
Bundle-Classpath .
Export-Package org.apache.felix.scr 1.6.0
org.osgi.service.component 1.3.0
org.osgi.service.component.runtime 1.3.0
org.osgi.service.component.runtime.dto 1.3.0
Import-Package org.apache.felix.scr [1.6.0,2.0.0)
org.osgi.dto [1.0.0,2.0.0)
org.osgi.framework [1.8.0,2.0.0)
org.osgi.framework.dto [1.0.0,2.0.0)
org.osgi.service.component [1.3.0,2.0.0)
org.osgi.service.component.runtime [1.3.0,2.0.0)
org.osgi.service.component.runtime.dto [1.3.0,2.0.0)
org.osgi.util.promise [1.0.0,2.0.0)
Dynamic-ImportPackage
Provide-Capability
Require-Capability osgi.ee; filter:="(&(osgi.ee=JavaSE)(version>=1.6))"
Other manifest attributes
Build-Date Fri April 8 2022, 13:14:33
Built-From /home/travis/build/knopflerfish/knopflerfish.org/osgi/bundles/component
Bundle-APIVendor OSGi
Bundle-Category API
Bundle-GitURL https://github.com/knopflerfish/knopflerfish.org/tree/6.1.5/osgi/bundles/component
Bundle-UUID org.knopflerfish:component:6.0.7:api
Knopflerfish-Version 6.1.5

Depends on (osgi.wiring.package)

This section lists bundles that can provide one or more of the capabilities that is required in the osgi.wiring.package namespace. Only one provider of each capability is required.

The first column is the providing bundle and the second column lists the sub-set of its provided packages that are required by this bundle.

component_all-6.0.7org.apache.felix.scr, org.osgi.service.component, org.osgi.service.component.runtime, org.osgi.service.component.runtime.dto
component_api-6.0.7org.apache.felix.scr, org.osgi.service.component, org.osgi.service.component.runtime, org.osgi.service.component.runtime.dto
desktop_all-6.0.0org.apache.felix.scr, org.osgi.service.component, org.osgi.service.component.runtime, org.osgi.service.component.runtime.dto, org.osgi.util.promise
promise-1.0.0org.osgi.util.promise
repositorymanager_all-1.3.0org.osgi.util.promise
framework-8.0.11org.osgi.dto, org.osgi.framework, org.osgi.framework.dto

Other bundles depending on this bundle (osgi.wiring.package)

This section lists bundles that requires one or more of the capabilities that is provided in the namespace osgi.wiring.package by the current bundle.

The first column is the requiring bundle and the second column lists the sub-set of capabilities that this bundle may provide to the requiring bundle.

component_all-6.0.7org.apache.felix.scr, org.osgi.service.component, org.osgi.service.component.runtime, org.osgi.service.component.runtime.dto
component_api-6.0.7org.apache.felix.scr, org.osgi.service.component, org.osgi.service.component.runtime, org.osgi.service.component.runtime.dto
desktop_all-6.0.0org.apache.felix.scr, org.osgi.service.component, org.osgi.service.component.runtime, org.osgi.service.component.runtime.dto
desktop-6.0.0org.apache.felix.scr
scrcommands-4.0.1org.apache.felix.scr, org.osgi.service.component

Bundle source

Here are links to the source files of this bundle.
org/apache/felix/scr/Component.java
org/apache/felix/scr/Reference.java
org/apache/felix/scr/ScrService.java
org/knopflerfish/bundle/component/Activator.java
org/knopflerfish/bundle/component/CMConfig.java
org/knopflerfish/bundle/component/CMHandler.java
org/knopflerfish/bundle/component/Component.java
org/knopflerfish/bundle/component/ComponentConfiguration.java
org/knopflerfish/bundle/component/ComponentContextImpl.java
org/knopflerfish/bundle/component/ComponentDescription.java
org/knopflerfish/bundle/component/ComponentFactoryImpl.java
org/knopflerfish/bundle/component/ComponentField.java
org/knopflerfish/bundle/component/ComponentInstanceImpl.java
org/knopflerfish/bundle/component/ComponentMethod.java
org/knopflerfish/bundle/component/ComponentPropertyProxy.java
org/knopflerfish/bundle/component/ComponentService.java
org/knopflerfish/bundle/component/ComponentServiceListener.java
org/knopflerfish/bundle/component/ComponentServiceObjectsImpl.java
org/knopflerfish/bundle/component/DelayedComponent.java
org/knopflerfish/bundle/component/FactoryComponent.java
org/knopflerfish/bundle/component/FactoryComponentConfiguration.java
org/knopflerfish/bundle/component/IllegalXMLException.java
org/knopflerfish/bundle/component/ImmediateComponent.java
org/knopflerfish/bundle/component/PostponedBind.java
org/knopflerfish/bundle/component/PropertyDictionary.java
org/knopflerfish/bundle/component/PropertyTuple.java
org/knopflerfish/bundle/component/PrototypeComponentConfiguration.java
org/knopflerfish/bundle/component/PrototypeComponentService.java
org/knopflerfish/bundle/component/Reference.java
org/knopflerfish/bundle/component/ReferenceDescription.java
org/knopflerfish/bundle/component/ReferenceListener.java
org/knopflerfish/bundle/component/SCR.java
org/knopflerfish/bundle/component/ScrServiceImpl.java
org/knopflerfish/bundle/component/ServiceComponentRuntimeImpl.java
org/knopflerfish/bundle/component/SingletonComponentConfiguration.java
org/osgi/service/component/ComponentConstants.java
org/osgi/service/component/ComponentContext.java
org/osgi/service/component/ComponentException.java
org/osgi/service/component/ComponentFactory.java
org/osgi/service/component/ComponentInstance.java
org/osgi/service/component/ComponentServiceObjects.java
org/osgi/service/component/package-info.java
org/osgi/service/component/runtime/ServiceComponentRuntime.java
org/osgi/service/component/runtime/dto/ComponentConfigurationDTO.java
org/osgi/service/component/runtime/dto/ComponentDescriptionDTO.java
org/osgi/service/component/runtime/dto/ReferenceDTO.java
org/osgi/service/component/runtime/dto/SatisfiedReferenceDTO.java
org/osgi/service/component/runtime/dto/UnsatisfiedReferenceDTO.java
org/osgi/service/component/runtime/dto/package-info.java
org/osgi/service/component/runtime/package-info.java