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

Packages that use Bean
javax.enterprise.inject.spi   
 

Uses of Bean in javax.enterprise.inject.spi
 

Subinterfaces of Bean in javax.enterprise.inject.spi
 interface Decorator<T>
           
 interface Interceptor<T>
           
 

Methods in javax.enterprise.inject.spi that return Bean
 Bean<?> InjectionPoint.getBean()
          Returns the injection point owner bean.
 Bean<X> ProcessBean.getBean()
          Returns bean instance.
 Bean<?> BeanManager.getPassivationCapableBean(String id)
          Returns passivation capable bean given id.
<X> Bean<? extends X>
BeanManager.resolve(Set<Bean<? extends X>> beans)
          Returns a bean object that is resolved according to the type safe resolution rules.
 

Methods in javax.enterprise.inject.spi that return types with arguments of type Bean
 Set<Bean<?>> BeanManager.getBeans(String name)
          Returns set of beans with given name.
 Set<Bean<?>> BeanManager.getBeans(Type beanType, Annotation... qualifiers)
          Returns set of beans that their api types contain given bean type and given qualifiers.
 

Methods in javax.enterprise.inject.spi with parameters of type Bean
 void AfterBeanDiscovery.addBean(Bean<?> bean)
          Registering the bean with container.
 Object BeanManager.getReference(Bean<?> bean, Type beanType, CreationalContext<?> ctx)
          Returns a bean instance reference for the given bean.
 

Method parameters in javax.enterprise.inject.spi with type arguments of type Bean
<X> Bean<? extends X>
BeanManager.resolve(Set<Bean<? extends X>> beans)
          Returns a bean object that is resolved according to the type safe resolution rules.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.