Uses of Interface
org.apache.activemq.artemis.core.transaction.TransactionOperation
-
-
Uses of TransactionOperation in org.apache.activemq.artemis.core.persistence.impl.journal
Classes in org.apache.activemq.artemis.core.persistence.impl.journal that implement TransactionOperation Modifier and Type Class Description classTXLargeMessageConfirmationOperation -
Uses of TransactionOperation in org.apache.activemq.artemis.core.persistence.impl.journal.codec
Classes in org.apache.activemq.artemis.core.persistence.impl.journal.codec that implement TransactionOperation Modifier and Type Class Description classFinishPageMessageOperationThis is only used when loading a transaction. -
Uses of TransactionOperation in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement TransactionOperation Modifier and Type Class Description static classPostOfficeImpl.AddOperation -
Uses of TransactionOperation in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement TransactionOperation Modifier and Type Class Description classRefsOperation -
Uses of TransactionOperation in org.apache.activemq.artemis.core.transaction
Classes in org.apache.activemq.artemis.core.transaction that implement TransactionOperation Modifier and Type Class Description classTransactionOperationAbstractJust a helper, when you don't want to implement all the methods on a transaction operation.Methods in org.apache.activemq.artemis.core.transaction that return types with arguments of type TransactionOperation Modifier and Type Method Description List<TransactionOperation>Transaction. getAllOperations()Methods in org.apache.activemq.artemis.core.transaction with parameters of type TransactionOperation Modifier and Type Method Description voidTransaction. addOperation(TransactionOperation sync)voidTransaction. afterStore(TransactionOperation sync)This is an operation that will be called right after the storage is completed. -
Uses of TransactionOperation in org.apache.activemq.artemis.core.transaction.impl
Methods in org.apache.activemq.artemis.core.transaction.impl that return types with arguments of type TransactionOperation Modifier and Type Method Description List<TransactionOperation>TransactionImpl. getAllOperations()Methods in org.apache.activemq.artemis.core.transaction.impl with parameters of type TransactionOperation Modifier and Type Method Description voidTransactionImpl. addOperation(TransactionOperation operation)voidTransactionImpl. afterStore(TransactionOperation sync)Method parameters in org.apache.activemq.artemis.core.transaction.impl with type arguments of type TransactionOperation Modifier and Type Method Description protected voidTransactionImpl. afterCommit(List<TransactionOperation> operationsToComplete)
-