Package org.apache.felix.scr.impl
Class ComponentRegistryKey
- java.lang.Object
-
- org.apache.felix.scr.impl.ComponentRegistryKey
-
final class ComponentRegistryKey extends java.lang.ObjectTheComponentRegistryKeyis 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 Modifier and Type Field Description private longbundleIdprivate java.lang.StringcomponentName
-
Constructor Summary
Constructors Constructor Description ComponentRegistryKey(org.osgi.framework.Bundle bundle, java.lang.String componentName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)longgetBundleId()java.lang.StringgetComponentName()inthashCode()
-