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

Packages that use CollectionType
org.springframework.osgi.service.importer.support Spring-DM import support package. 
 

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

Fields in org.springframework.osgi.service.importer.support declared as CollectionType
static CollectionType CollectionType.LIST
          Spring-managed list.
static CollectionType CollectionType.SET
          Spring-managed set.
static CollectionType CollectionType.SORTED_LIST
          Spring-managed sorted list.
static CollectionType CollectionType.SORTED_SET
          Spring-managed sorted Set.
 

Methods in org.springframework.osgi.service.importer.support with parameters of type CollectionType
 void OsgiServiceCollectionProxyFactoryBean.setCollectionType(CollectionType collectionType)
          Sets the collection type this FactoryBean will produce.
 



Copyright � 2006-2008 Spring Framework. All Rights Reserved.