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
          The TCCL will be set to the service provider upon service invocation.
static ImportContextClassLoader ImportContextClassLoader.SERVICE_PROVIDER
          The TCCL will be set to the service provider upon service invocation.
static ImportContextClassLoader ImportContextClassLoader.UNMANAGED
          The TCCL will not be managed upon service invocation.
 

Methods in org.springframework.osgi.service.importer.support that return ImportContextClassLoader
 ImportContextClassLoader AbstractOsgiServiceImportFactoryBean.getContextClassLoader()
          Returns the context class loader management strategy.
 

Methods in org.springframework.osgi.service.importer.support with parameters of type ImportContextClassLoader
 void AbstractOsgiServiceImportFactoryBean.setContextClassLoader(ImportContextClassLoader contextClassLoader)
          Sets the thread context class loader management strategy to use for services imported by this service.
 



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