Class PostOfficeImpl.AddOperation
java.lang.Object
org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.AddOperation
- All Implemented Interfaces:
TransactionOperation
- Enclosing class:
- PostOfficeImpl
public static final class PostOfficeImpl.AddOperation
extends Object
implements TransactionOperation
-
Method Summary
Modifier and TypeMethodDescriptionvoidAfter commit shouldn't throw any exception.voidAfter prepare shouldn't throw any exception.voidAfter rollback shouldn't throw any exception.voidvoidvoidgetListOnConsumer(long consumerID)
-
Method Details
-
afterCommit
Description copied from interface:TransactionOperationAfter commit shouldn't throw any exception.Any verification has to be done on before commit
- Specified by:
afterCommitin interfaceTransactionOperation
-
afterPrepare
Description copied from interface:TransactionOperationAfter prepare shouldn't throw any exception.Any verification has to be done on before prepare
- Specified by:
afterPreparein interfaceTransactionOperation
-
afterRollback
Description copied from interface:TransactionOperationAfter rollback shouldn't throw any exception.Any verification has to be done on before rollback
- Specified by:
afterRollbackin interfaceTransactionOperation
-
beforeCommit
- Specified by:
beforeCommitin interfaceTransactionOperation- Throws:
Exception
-
beforePrepare
- Specified by:
beforePreparein interfaceTransactionOperation- Throws:
Exception
-
beforeRollback
- Specified by:
beforeRollbackin interfaceTransactionOperation- Throws:
Exception
-
getRelatedMessageReferences
- Specified by:
getRelatedMessageReferencesin interfaceTransactionOperation
-
getListOnConsumer
- Specified by:
getListOnConsumerin interfaceTransactionOperation
-