Uses of Class
org.springframework.osgi.service.importer.support.ImportContextClassLoader

Packages that use ImportContextClassLoader
org.springframework.osgi.extensions.annotation Annotation Extensions: Allows declarative injection of OSGi services through annotation. 
org.springframework.osgi.service.importer.support Support package for OSGi service imports. 
 

Uses of ImportContextClassLoader in org.springframework.osgi.extensions.annotation
 

Methods in org.springframework.osgi.extensions.annotation that return ImportContextClassLoader
 ImportContextClassLoader ServiceReferenceClassLoader.toImportContextClassLoader()
           
 

Uses of ImportContextClassLoader in org.springframework.osgi.service.importer.support
 

Fields in org.springframework.osgi.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.springframework.osgi.service.importer.support that return ImportContextClassLoader
 ImportContextClassLoader AbstractOsgiServiceImportFactoryBean.getContextClassLoader()
          Deprecated. As of Spring DM 2.0, replaced by AbstractOsgiServiceImportFactoryBean.getImportContextClassLoader()
 

Methods in org.springframework.osgi.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-2009 Spring Framework. All Rights Reserved.