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
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTXLargeMessageConfirmationOperation(AbstractJournalStorageManager journalStorageManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidAfter 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
-
Field Details
-
confirmedMessages
-
-
Constructor Details
-
TXLargeMessageConfirmationOperation
-
-
Method Details
-
afterRollback
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
-