Uses of Interface
jakarta.enterprise.inject.spi.ProcessBean
-
Packages that use ProcessBean Package Description jakarta.enterprise.inject.spi The portable extension integration SPI.org.hibernate.validator.cdi Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection for JavaTM", JSR 346).org.infinispan.cdi.embedded -
-
Uses of ProcessBean in jakarta.enterprise.inject.spi
Subinterfaces of ProcessBean in jakarta.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.hibernate.validator.cdi
Methods in org.hibernate.validator.cdi with parameters of type ProcessBean Modifier and Type Method Description voidValidationExtension. processBean(ProcessBean<?> processBeanEvent)Watches theProcessBeanevent in order to determine whether beans forValidatorFactoryandValidatoralready have been registered by some other component. -
Uses of ProcessBean in org.infinispan.cdi.embedded
Methods in org.infinispan.cdi.embedded with parameters of type ProcessBean Modifier and Type Method Description voidInfinispanExtensionEmbedded. observeEmbeddedCacheManagerBean(ProcessBean<?> processBean)
-