Deprecated API


Contents
Deprecated Classes
org.springframework.osgi.service.exporter.support.AutoExport
          as of 2.0, replaced by InterfaceDetector 
org.springframework.osgi.service.importer.support.Cardinality
          as of Spring DM 2.0, replaced by Availability 
org.springframework.osgi.service.exporter.support.ExportContextClassLoader
          As of Spring DM 2.0, replaced by ExportContextClassLoaderEnum 
org.springframework.osgi.service.importer.support.ImportContextClassLoader
          As of Spring DM 2.0, replaced by ImportContextClassLoaderEnum 
 

Deprecated Methods
org.springframework.osgi.bundle.BundleFactoryBean.getAction()
          As of Spring DM 2.0, replaced by BundleFactoryBean.getBundleAction() 
org.springframework.osgi.service.importer.support.AbstractOsgiServiceImportFactoryBean.getCardinality()
          As of Spring DM 2.0, replaced by AbstractOsgiServiceImportFactoryBean.getAvailability() 
org.springframework.osgi.service.importer.support.AbstractOsgiServiceImportFactoryBean.getContextClassLoader()
          As of Spring DM 2.0, replaced by AbstractOsgiServiceImportFactoryBean.getImportContextClassLoader() 
org.springframework.osgi.bundle.BundleFactoryBean.getDestroyAction()
          As of Spring DM 2.0, replaced by BundleFactoryBean.getBundleDestroyAction() 
org.springframework.osgi.bundle.BundleFactoryBean.setAction(BundleAction)
          As of Spring DM 2.0, replaced by #setBundleAction(BundleAction) 
org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean.setAutoExport(AutoExport)
            
org.springframework.osgi.service.importer.support.AbstractOsgiServiceImportFactoryBean.setCardinality(Cardinality)
          As of Spring DM 2.0, replaced by AbstractOsgiServiceImportFactoryBean.setAvailability(Availability) 
org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean.setContextClassLoader(ExportContextClassLoader)
          As of Spring DM 2.0, replaced by OsgiServiceFactoryBean.setExportContextClassLoader(ExportContextClassLoaderEnum) 
org.springframework.osgi.service.importer.support.AbstractOsgiServiceImportFactoryBean.setContextClassLoader(ImportContextClassLoader)
          As of Spring DM 2.0, replaced by #setImportContextClassLoader(ImportContextClassLoaderEnum)) 
org.springframework.osgi.bundle.BundleFactoryBean.setDestroyAction(BundleAction)
          As of Spring DM 2.0, replaced by BundleFactoryBean.setBundleDestroyAction(BundleActionEnum) 
 



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