Uses of Class
org.apache.felix.scr.impl.ComponentRegistryKey
Packages that use ComponentRegistryKey
-
Uses of ComponentRegistryKey in org.apache.felix.scr.impl
Fields in org.apache.felix.scr.impl with type parameters of type ComponentRegistryKeyModifier and TypeFieldDescriptionprivate final Map
<ComponentRegistryKey, ComponentHolder<?>> ComponentRegistry.m_componentHoldersByName
The map of known components indexed by component name.Methods in org.apache.felix.scr.impl that return ComponentRegistryKeyModifier and TypeMethodDescription(package private) final ComponentRegistryKey
ComponentRegistry.checkComponentName
(org.osgi.framework.Bundle bundle, String name) Checks whether the component name is "globally" unique or not.Methods in org.apache.felix.scr.impl with parameters of type ComponentRegistryKeyModifier and TypeMethodDescription(package private) final void
ComponentRegistry.registerComponentHolder
(ComponentRegistryKey key, ComponentHolder<?> componentHolder) Registers the given component under the given name.(package private) final void
ComponentRegistry.unregisterComponentHolder
(ComponentRegistryKey key) Removes the component registered under that name.