ComponentRegistryAccess
class is used to inject an instance of the ComponentRegistry
using declarative services. This OSGi component does not expose an interface (see OSGI-INF/component.xml) and thus will be usable from other bundles (the class is not exported from this bundle). This class is thread safe as this may be access from multiple threads and the registry instance must be visible across all threads.
@author chris.webster@nasa.gov
|
|
|
|
|
|
|
|
|
|