public abstract class AbstractRegistry<V> extends Object implements Registry
Registry
Modifier and Type | Field and Description |
---|---|
protected ConfigurationContext |
configCtx |
protected org.osgi.framework.BundleContext |
context |
protected Lock |
lock |
protected Map<org.osgi.framework.Bundle,List<V>> |
resolvedBundles |
protected List<org.osgi.framework.Bundle> |
unreslovedBundles |
Constructor and Description |
---|
AbstractRegistry(org.osgi.framework.BundleContext context,
ConfigurationContext configCtx) |
Modifier and Type | Method and Description |
---|---|
void |
resolve() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
register, remove, unRegister
protected List<org.osgi.framework.Bundle> unreslovedBundles
protected final Lock lock
protected org.osgi.framework.BundleContext context
protected ConfigurationContext configCtx
public AbstractRegistry(org.osgi.framework.BundleContext context, ConfigurationContext configCtx)
Copyright © The Apache Software Foundation. All Rights Reserved.