org.apache.axis2.osgi.deployment
Class AbstractRegistry<V>
java.lang.Object
org.apache.axis2.osgi.deployment.AbstractRegistry<V>
- All Implemented Interfaces:
- Registry
- Direct Known Subclasses:
- ModuleRegistry, ServiceRegistry
public abstract class AbstractRegistry<V>
- extends Object
- implements Registry
- See Also:
Registry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resolvedBundles
protected Map<org.osgi.framework.Bundle,List<V>> resolvedBundles
unreslovedBundles
protected List<org.osgi.framework.Bundle> unreslovedBundles
lock
protected final Lock lock
context
protected org.osgi.framework.BundleContext context
configCtx
protected ConfigurationContext configCtx
AbstractRegistry
public AbstractRegistry(org.osgi.framework.BundleContext context,
ConfigurationContext configCtx)
resolve
public void resolve()
- Specified by:
resolve
in interface Registry
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.