Uses of Enum Class
org.apache.activemq.artemis.core.transaction.Transaction.State
Packages that use Transaction.State
Package
Description
-
Uses of Transaction.State in org.apache.activemq.artemis.core.transaction
Methods in org.apache.activemq.artemis.core.transaction that return Transaction.StateModifier and TypeMethodDescriptionTransaction.getState()static Transaction.StateReturns the enum constant of this class with the specified name.static Transaction.State[]Transaction.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.core.transaction with parameters of type Transaction.State -
Uses of Transaction.State in org.apache.activemq.artemis.core.transaction.impl
Fields in org.apache.activemq.artemis.core.transaction.impl declared as Transaction.StateMethods in org.apache.activemq.artemis.core.transaction.impl that return Transaction.StateMethods in org.apache.activemq.artemis.core.transaction.impl with parameters of type Transaction.State