Uses of Enum
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
Subclasses with type arguments of type TransactionPhase in javax.enterprise.eventModifier and TypeClassDescriptionenumDistinguishes the various kinds of transactional observer methods from regular observer methods which are notified immediately.Methods in javax.enterprise.event that return TransactionPhaseModifier and TypeMethodDescriptionstatic TransactionPhaseReturns the enum constant of this type with the specified name.static TransactionPhase[]TransactionPhase.values()Returns an array containing the constants of this enum type, 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 specifiedTransactionPhasefor the observer method. -
Uses of TransactionPhase in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator with parameters of type TransactionPhaseModifier and TypeMethodDescriptionObserverMethodConfigurator.transactionPhase(TransactionPhase transactionPhase) Set theTransactionPhasefor the observer to build