Package org.apache.felix.scr.impl
Class ComponentRegistryKey
- java.lang.Object
-
- org.apache.felix.scr.impl.ComponentRegistryKey
-
final class ComponentRegistryKey extends java.lang.Object
TheComponentRegistryKey
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 Modifier and Type Field Description private long
bundleId
private java.lang.String
componentName
-
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 boolean
equals(java.lang.Object obj)
long
getBundleId()
java.lang.String
getComponentName()
int
hashCode()
-