Uses of Enum Class
javax.enterprise.event.TransactionPhase
Packages that use TransactionPhase
Package
Description
Annotations and interfaces relating to events.
The portable extension integration SPI.
-
Uses of TransactionPhase in javax.enterprise.event
Methods in javax.enterprise.event that return TransactionPhaseModifier 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 javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return TransactionPhaseModifier and TypeMethodDescriptionObserverMethod.getTransactionPhase()
Obtains the specifiedTransactionPhase
for the observer method.