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_componentHoldersByNameThe map of known components indexed by component name.Methods in org.apache.felix.scr.impl that return ComponentRegistryKeyModifier and TypeMethodDescription(package private) final ComponentRegistryKeyComponentRegistry.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 voidComponentRegistry.registerComponentHolder(ComponentRegistryKey key, ComponentHolder<?> componentHolder) Registers the given component under the given name.(package private) final voidComponentRegistry.unregisterComponentHolder(ComponentRegistryKey key) Removes the component registered under that name.