Uses of Interface
javax.enterprise.inject.spi.ProcessBean
-
Packages that use ProcessBean Package Description javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.bootstrap.events org.jboss.weld.environment.se -
-
Uses of ProcessBean in javax.enterprise.inject.spi
Subinterfaces of ProcessBean in javax.enterprise.inject.spi Modifier and Type Interface Description interfaceProcessManagedBean<X>The container fires an event of this type for each enabled managed bean, before registering theBeanobject.interfaceProcessProducerField<T,X>The container fires an event of this type for each enabled producer field, before registering theBeanobject.interfaceProcessProducerMethod<T,X>The container fires an event of this type for each enabled producer method, before registering theBeanobject.interfaceProcessSessionBean<X>The container fires an event of this type for each enabled session bean, before registering theBeanobject.interfaceProcessSyntheticBean<X>The container fires an event of this type for each custom bean implementation added throughAfterBeanDiscovery.addBean()orAfterBeanDiscovery.addBean(Bean), before registering theBeanobject. -
Uses of ProcessBean in org.jboss.weld.bootstrap.events
Classes in org.jboss.weld.bootstrap.events that implement ProcessBean Modifier and Type Class Description classAbstractProcessClassBean<X,B extends ClassBean<X>>classAbstractProcessProducerBean<T,X,B extends AbstractProducerBean<T,X,?>>classProcessBeanImpl<X>classProcessManagedBeanImpl<X>classProcessProducerFieldImpl<T,X>classProcessProducerMethodImpl<T,X>classProcessSessionBeanImpl<X>classProcessSynthethicBeanImpl<X>Methods in org.jboss.weld.bootstrap.events with type parameters of type ProcessBean Modifier and Type Method Description <T extends ProcessBean<?>>
voidContainerLifecycleEvents. preloadProcessBean(Class<T> eventRawType, Type... typeParameters) -
Uses of ProcessBean in org.jboss.weld.environment.se
Methods in org.jboss.weld.environment.se that return types with arguments of type ProcessBean Modifier and Type Method Description static ContainerLifecycleObserver.Builder<ProcessBean<?>>ContainerLifecycleObserver. processBean()static ContainerLifecycleObserver.Builder<ProcessBean<?>>ContainerLifecycleObserver. processBean(Type observedType)
-