Uses of Class
org.eclipse.gemini.blueprint.service.importer.support.ImportContextClassLoader

Packages that use ImportContextClassLoader
org.eclipse.gemini.blueprint.service.importer.support Support package for OSGi service imports. 
 

Uses of ImportContextClassLoader in org.eclipse.gemini.blueprint.service.importer.support
 

Fields in org.eclipse.gemini.blueprint.service.importer.support declared as ImportContextClassLoader
static ImportContextClassLoader ImportContextClassLoader.CLIENT
          Deprecated. The TCCL will be set to that of the client upon service invocation.
static ImportContextClassLoader ImportContextClassLoader.SERVICE_PROVIDER
          Deprecated. The TCCL will be set to that of the service provider upon service invocation.
static ImportContextClassLoader ImportContextClassLoader.UNMANAGED
          Deprecated. The TCCL will not be managed upon service invocation.
 

Methods in org.eclipse.gemini.blueprint.service.importer.support that return ImportContextClassLoader
 ImportContextClassLoader AbstractOsgiServiceImportFactoryBean.getContextClassLoader()
          Deprecated. As of Spring DM 2.0, replaced by AbstractOsgiServiceImportFactoryBean.getImportContextClassLoader()
 

Methods in org.eclipse.gemini.blueprint.service.importer.support with parameters of type ImportContextClassLoader
 void AbstractOsgiServiceImportFactoryBean.setContextClassLoader(ImportContextClassLoader contextClassLoader)
          Deprecated. As of Spring DM 2.0, replaced by #setImportContextClassLoader(ImportContextClassLoaderEnum))
 



Copyright © 2006-2010 Spring Framework. All Rights Reserved.