public abstract class AbstractRegistry<V> extends Object implements Registry
Registry| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axis2.context.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,
org.apache.axis2.context.ConfigurationContext configCtx) |
| Modifier and Type | Method and Description |
|---|---|
void |
resolve() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregister, remove, unRegisterprotected List<org.osgi.framework.Bundle> unreslovedBundles
protected final Lock lock
protected org.osgi.framework.BundleContext context
protected org.apache.axis2.context.ConfigurationContext configCtx
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.