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

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

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

Fields in org.springframework.osgi.service.exporter.support declared as ExportContextClassLoader
static ExportContextClassLoader ExportContextClassLoader.SERVICE_PROVIDER
          Deprecated. The TCCL will be set to the service provider upon service invocation.
static ExportContextClassLoader ExportContextClassLoader.UNMANAGED
          Deprecated. The TCCL will not be managed upon service invocation.
 

Methods in org.springframework.osgi.service.exporter.support with parameters of type ExportContextClassLoader
 void OsgiServiceFactoryBean.setContextClassLoader(ExportContextClassLoader ccl)
          Deprecated. As of Spring DM 2.0, replaced by OsgiServiceFactoryBean.setExportContextClassLoader(ExportContextClassLoaderEnum)
 



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