Package org.apache.felix.scr.impl
Class ComponentRegistryKey
java.lang.Object
org.apache.felix.scr.impl.ComponentRegistryKey
The
ComponentRegistryKey
is used as the key in the
component registry to register components by their names.
Two instances of this class are equal if they are the same or if there component name and bundle ID is equal.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionComponentRegistryKey
(org.osgi.framework.Bundle bundle, String componentName) -
Method Summary
-
Field Details
-
bundleId
private final long bundleId -
componentName
-
-
Constructor Details
-
ComponentRegistryKey
ComponentRegistryKey(org.osgi.framework.Bundle bundle, String componentName)
-
-
Method Details