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