final class ComponentRegistryKey
extends java.lang.Object
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.
Modifier and Type | Field and Description |
---|---|
private long |
bundleId |
private java.lang.String |
componentName |
Constructor and Description |
---|
ComponentRegistryKey(org.osgi.framework.Bundle bundle,
java.lang.String componentName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getBundleId() |
java.lang.String |
getComponentName() |
int |
hashCode() |