Class TXLargeMessageConfirmationOperation
- java.lang.Object
-
- org.apache.activemq.artemis.core.transaction.TransactionOperationAbstract
-
- org.apache.activemq.artemis.core.persistence.impl.journal.TXLargeMessageConfirmationOperation
-
- All Implemented Interfaces:
TransactionOperation
public final class TXLargeMessageConfirmationOperation extends TransactionOperationAbstract
-
-
Field Summary
Fields Modifier and Type Field Description List<Long>confirmedMessages
-
Constructor Summary
Constructors Constructor Description TXLargeMessageConfirmationOperation(AbstractJournalStorageManager journalStorageManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterRollback(Transaction tx)After rollback shouldn't throw any exception.-
Methods inherited from class org.apache.activemq.artemis.core.transaction.TransactionOperationAbstract
afterCommit, afterCommit, afterPrepare, beforeCommit, beforePrepare, beforeRollback, getListOnConsumer, getRelatedMessageReferences
-
-
-
-
Constructor Detail
-
TXLargeMessageConfirmationOperation
public TXLargeMessageConfirmationOperation(AbstractJournalStorageManager journalStorageManager)
-
-
Method Detail
-
afterRollback
public void afterRollback(Transaction tx)
Description copied from class:TransactionOperationAbstractAfter rollback shouldn't throw any exception.Any verification has to be done on before rollback
- Specified by:
afterRollbackin interfaceTransactionOperation- Overrides:
afterRollbackin classTransactionOperationAbstract
-
-