Uses of Enum Class
jakarta.enterprise.event.TransactionPhase
Package
Description
Annotations and interfaces relating to events.
The build compatible extension SPI.
The portable extension integration SPI.
-
Uses of TransactionPhase in jakarta.enterprise.event
Modifier and TypeMethodDescriptionstatic TransactionPhase
Returns the enum constant of this class with the specified name.static TransactionPhase[]
TransactionPhase.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransactionPhase in jakarta.enterprise.inject.build.compatible.spi
Modifier and TypeMethodDescriptionObserverInfo.transactionPhase()
Returns thetransaction phase
of this transactional observer.Modifier and TypeMethodDescriptionSyntheticObserverBuilder.transactionPhase
(TransactionPhase transactionPhase) Sets theTransactionPhase
during which this synthetic observer should be notified. -
Uses of TransactionPhase in jakarta.enterprise.inject.spi
Modifier and TypeMethodDescriptionObserverMethod.getTransactionPhase()
Obtains the specifiedTransactionPhase
for the observer method. -
Uses of TransactionPhase in jakarta.enterprise.inject.spi.configurator
Modifier and TypeMethodDescriptionObserverMethodConfigurator.transactionPhase
(TransactionPhase transactionPhase) Set theTransactionPhase
for the observer to build