Uses of Class
org.apache.aries.jndi.ContextProvider

Packages that use ContextProvider
org.apache.aries.jndi   
 

Uses of ContextProvider in org.apache.aries.jndi
 

Subclasses of ContextProvider in org.apache.aries.jndi
 class SingleContextProvider
           
 class URLContextProvider
           
 

Methods in org.apache.aries.jndi that return ContextProvider
static ContextProvider ContextHelper.createURLContext(org.osgi.framework.BundleContext context, String urlScheme, Hashtable<?,?> env)
          This method is used to create a URL Context.
static ContextProvider ContextHelper.getContextProvider(org.osgi.framework.BundleContext context, Hashtable<?,?> environment)
           
 

Constructors in org.apache.aries.jndi with parameters of type ContextProvider
DelegateContext(org.osgi.framework.BundleContext bundleContext, ContextProvider contextProvider)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.