Uses of Interface
javax.enterprise.inject.spi.BeanAttributes

Packages that use BeanAttributes
javax.enterprise.inject.spi The portable extension integration SPI. 
 

Uses of BeanAttributes in javax.enterprise.inject.spi
 

Subinterfaces of BeanAttributes in javax.enterprise.inject.spi
 interface Bean<T>
           Represents an enabled bean.
 interface Decorator<T>
           Represents an enabled decorator.
 interface Interceptor<T>
           Represents an enabled interceptor.
 

Methods in javax.enterprise.inject.spi that return BeanAttributes
 BeanAttributes<?> BeanManager.createBeanAttributes(AnnotatedMember<?> type)
          Obtains a BeanAttributes for the given AnnotatedType.
<T> BeanAttributes<T>
BeanManager.createBeanAttributes(AnnotatedType<T> type)
          Obtains a BeanAttributes for the given AnnotatedType.
 BeanAttributes<T> ProcessBeanAttributes.getBeanAttributes()
           
 

Methods in javax.enterprise.inject.spi with parameters of type BeanAttributes
<T> Bean<T>
BeanManager.createBean(BeanAttributes<T> attributes, Class<?> beanClass, Producer<T> producer)
          Obtains a Bean for the given BeanAttributes, bean class and Producer.
<T> Bean<T>
BeanManager.createBean(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTarget<T> injectionTarget)
          Obtains a Bean for the given BeanAttributes, bean class and InjectionTarget.
 void ProcessBeanAttributes.setBeanAttributes(BeanAttributes<T> beanAttributes)
          Replaces the BeanAttributes.
 



Copyright © 2008-2012 JBoss by Red Hat, Inc.. All Rights Reserved.