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

Packages that use ProcessBean
com.caucho.config.extension   
com.caucho.config.inject   
com.caucho.config.xml   
com.caucho.ejb.inject   
com.caucho.server.webbeans   
javax.enterprise.inject.spi Java Dependency Injection programmatic APIs. 
 

Uses of ProcessBean in com.caucho.config.extension
 

Classes in com.caucho.config.extension that implement ProcessBean
 class ProcessBeanImpl<X>
           
 class ProcessManagedBeanImpl<X>
           
 class ProcessProducerFieldImpl<X,T>
           
 class ProcessProducerMethodImpl<X,T>
           
 

Methods in com.caucho.config.extension with parameters of type ProcessBean
<T> Bean<T>
ExtensionManager.processBean(Bean<T> bean, ProcessBean<T> processBean)
           
 

Uses of ProcessBean in com.caucho.config.inject
 

Methods in com.caucho.config.inject with parameters of type ProcessBean
<T> void
InjectManager.addBean(Bean<T> bean, ProcessBean<T> process)
          Adds a new bean definition to the manager
 

Uses of ProcessBean in com.caucho.config.xml
 

Methods in com.caucho.config.xml with parameters of type ProcessBean
 void XmlStandardPlugin.processBean(ProcessBean<?> event)
           
 

Uses of ProcessBean in com.caucho.ejb.inject
 

Classes in com.caucho.ejb.inject that implement ProcessBean
 class ProcessSessionBeanImpl<X>
          Internal implementation for a Bean
 

Uses of ProcessBean in com.caucho.server.webbeans
 

Methods in com.caucho.server.webbeans with parameters of type ProcessBean
 void ResinStandardPlugin.processBean(ProcessBean<?> event)
           
 

Uses of ProcessBean in javax.enterprise.inject.spi
 

Subinterfaces of ProcessBean in javax.enterprise.inject.spi
 interface ProcessManagedBean<X>
          Extension callback while processing a managed bean.
 interface ProcessProducerField<T,X>
          Extension callback while processing a producer method.
 interface ProcessProducerMethod<T,X>
          Extension callback while processing a producer method.
 interface ProcessSessionBean<X>
          Extension callback while processing a managed bean.