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

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

Uses of Producer in javax.enterprise.inject.spi
 

Subinterfaces of Producer in javax.enterprise.inject.spi
 interface InjectionTarget<T>
           Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
 

Methods in javax.enterprise.inject.spi that return Producer
<X> Producer<?>
BeanManager.createProducer(AnnotatedField<? super X> field, Bean<X> declaringBean)
          Obtains a Producer for the given AnnotatedField.
<X> Producer<?>
BeanManager.createProducer(AnnotatedMethod<? super X> method, Bean<X> declaringBean)
          Obtains a Producer for the given AnnotatedKetuod.
 Producer<X> ProcessProducer.getProducer()
          Returns the Producer object that will be used by the container to call the producer method or read the producer field.
 

Methods in javax.enterprise.inject.spi with parameters of type Producer
<T> Bean<T>
BeanManager.createBean(BeanAttributes<T> attributes, Class<?> beanClass, Producer<T> producer)
          Obtains a Bean for the given BeanAttributes, bean class and Producer.
 void ProcessProducer.setProducer(Producer<X> producer)
          Replaces the Producer object that will be used by the container to call the producer method or read the producer field.
 



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