Uses of Class
org.springframework.osgi.service.exporter.support.ExportContextClassLoaderEnum

Packages that use ExportContextClassLoaderEnum
org.springframework.osgi.service.exporter.support Support package for exporting objects as OSGi services. 
 

Uses of ExportContextClassLoaderEnum in org.springframework.osgi.service.exporter.support
 

Methods in org.springframework.osgi.service.exporter.support that return ExportContextClassLoaderEnum
static ExportContextClassLoaderEnum ExportContextClassLoaderEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExportContextClassLoaderEnum[] ExportContextClassLoaderEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.springframework.osgi.service.exporter.support with parameters of type ExportContextClassLoaderEnum
 void OsgiServiceFactoryBean.setExportContextClassLoader(ExportContextClassLoaderEnum ccl)
          Sets the context class loader management strategy to use when invoking operations on the exposed target bean.
 



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