Interface TransactionOperation
- All Known Implementing Classes:
FinishPageMessageOperation,PostOfficeImpl.AddOperation,RefsOperation,TransactionOperationAbstract,TXLargeMessageConfirmationOperation
public interface TransactionOperation
A 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
-
beforePrepare
- Throws:
Exception
-
afterPrepare
After prepare shouldn't throw any exception.Any verification has to be done on before prepare
-
beforeCommit
- Throws:
Exception
-
afterCommit
After commit shouldn't throw any exception.Any verification has to be done on before commit
-
beforeRollback
- Throws:
Exception
-
afterRollback
After rollback shouldn't throw any exception.Any verification has to be done on before rollback
-
getRelatedMessageReferences
List<MessageReference> getRelatedMessageReferences() -
getListOnConsumer
-