Package org.apache.felix.scr.impl
package org.apache.felix.scr.impl
-
ClassesClassDescriptionBase class to write bundle extenders.This activator is used to cover requirement described in section 112.8.1 @@ -27,14 37,202 @@ in active bundles.The BundleComponentActivator is helper class to load and unload Components of a single bundle.The
ComponentActorThread
is the thread used to act upon registered components of the service component runtime.TheComponentRegistry
class acts as the global registry for components by name and by component ID.TheComponentRegistryKey
is used as the key in the component registry to register components by their names.