Uses of Class
org.springframework.osgi.extensions.annotation.AnnotatedBean

Packages that use AnnotatedBean
org.springframework.osgi.extensions.annotation   
 

Uses of AnnotatedBean in org.springframework.osgi.extensions.annotation
 

Methods in org.springframework.osgi.extensions.annotation that return AnnotatedBean
 AnnotatedBean AnnotatedBean.getAnnotatedBeanTypeComplex()
           
 AnnotatedBean AnnotatedBean.getAnnotatedBeanTypeSimple()
           
 AnnotatedBean AnnotatedBean.getAnnotatedBeanTypeWithBeanName()
           
 AnnotatedBean AnnotatedBean.getAnnotatedBeanTypeWithCardinality0_1()
           
 AnnotatedBean AnnotatedBean.getAnnotatedBeanTypeWithCardinality1_1()
           
 AnnotatedBean AnnotatedBean.getAnnotatedBeanTypeWithClassLoaderClient()
           
 AnnotatedBean AnnotatedBean.getAnnotatedBeanTypeWithClassLoaderServiceProvider()
           
 AnnotatedBean AnnotatedBean.getAnnotatedBeanTypeWithClassLoaderUmanaged()
           
 AnnotatedBean AnnotatedBean.getAnnotatedBeanTypeWithFilter()
           
 AnnotatedBean AnnotatedBean.getAnnotatedBeanTypeWithServiceType()
           
 AnnotatedBean AnnotatedBean.getAnnotatedBeanTypeWithTimeout()
           
 

Methods in org.springframework.osgi.extensions.annotation that return types with arguments of type AnnotatedBean
 SortedSet<AnnotatedBean> AnnotatedBean.getAnnotatedBeanErrorTypeWithCardinality1_N()
           
 List<AnnotatedBean> AnnotatedBean.getAnnotatedBeanTypeWithCardinality0_N()
           
 SortedSet<AnnotatedBean> AnnotatedBean.getAnnotatedBeanTypeWithCardinality1_N()
           
 

Methods in org.springframework.osgi.extensions.annotation with parameters of type AnnotatedBean
 void AnnotatedBean.setAnnotatedBeanTypeComplex(AnnotatedBean annotatedBeanTypeComplex)
           
 void AnnotatedBean.setAnnotatedBeanTypeSimple(AnnotatedBean annotatedBeanTypeSimple)
           
 void AnnotatedBean.setAnnotatedBeanTypeWithBeanName(AnnotatedBean annotatedBeanTypeWithBeanName)
           
 void AnnotatedBean.setAnnotatedBeanTypeWithCardinality0_1(AnnotatedBean annotatedBeanTypeWithCardinality0_1)
           
 void AnnotatedBean.setAnnotatedBeanTypeWithCardinality1_1(AnnotatedBean annotatedBeanTypeWithCardinality1_1)
           
 void AnnotatedBean.setAnnotatedBeanTypeWithClassLoaderClient(AnnotatedBean annotatedBeanTypeWithClassLoaderClient)
           
 void AnnotatedBean.setAnnotatedBeanTypeWithClassLoaderServiceProvider(AnnotatedBean annotatedBeanTypeWithClassLoaderServiceProvider)
           
 void AnnotatedBean.setAnnotatedBeanTypeWithClassLoaderUmanaged(AnnotatedBean annotatedBeanTypeWithClassLoaderUmanaged)
           
 void AnnotatedBean.setAnnotatedBeanTypeWithFilter(AnnotatedBean annotatedBeanTypeWithFilter)
           
 void AnnotatedBean.setAnnotatedBeanTypeWithMultipleServiceTypes(AnnotatedBean annotatedBeanTypeWithServiceType)
           
 void AnnotatedBean.setAnnotatedBeanTypeWithServiceType(AnnotatedBean annotatedBeanTypeWithServiceType)
           
 void AnnotatedBean.setAnnotatedBeanTypeWithTimeout(AnnotatedBean annotatedBeanTypeWithTimeout)
           
 

Method parameters in org.springframework.osgi.extensions.annotation with type arguments of type AnnotatedBean
 void AnnotatedBean.setAnnotatedBeanErrorTypeWithCardinality1_N(SortedSet<AnnotatedBean> annotatedBeanTypeWithCardinality1_N)
           
 void AnnotatedBean.setAnnotatedBeanTypeWithCardinality0_N(List<AnnotatedBean> annotatedBeanTypeWithCardinality0_N)
           
 void AnnotatedBean.setAnnotatedBeanTypeWithCardinality1_N(SortedSet<AnnotatedBean> annotatedBeanTypeWithCardinality1_N)
           
 



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