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

Packages that use ImportContextClassLoaderEnum
org.springframework.osgi.service.importer.support Support package for OSGi service imports. 
 

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

Methods in org.springframework.osgi.service.importer.support that return ImportContextClassLoaderEnum
 ImportContextClassLoaderEnum AbstractOsgiServiceImportFactoryBean.getImportContextClassLoader()
          Returns the context class loader management strategy.
static ImportContextClassLoaderEnum ImportContextClassLoaderEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImportContextClassLoaderEnum[] ImportContextClassLoaderEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.springframework.osgi.service.importer.support with parameters of type ImportContextClassLoaderEnum
 void AbstractOsgiServiceImportFactoryBean.setImportContextClassLoader(ImportContextClassLoaderEnum 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.