public class FinishPageMessageOperation extends TransactionOperationAbstract implements TransactionOperation
it might be possible to merge the functionality of this class with
FinishPageMessageOperation
| Constructor and Description |
|---|
FinishPageMessageOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCommit(Transaction tx)
After commit shouldn't throw any exception.
|
void |
afterRollback(Transaction tx)
After rollback shouldn't throw any exception.
|
afterPrepare, beforeCommit, beforePrepare, beforeRollback, getListOnConsumer, getRelatedMessageReferencesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterPrepare, beforeCommit, beforePrepare, beforeRollback, getListOnConsumer, getRelatedMessageReferencespublic void afterCommit(Transaction tx)
TransactionOperationAbstractAny verification has to be done on before commit
afterCommit in interface TransactionOperationafterCommit in class TransactionOperationAbstractpublic void afterRollback(Transaction tx)
TransactionOperationAbstractAny verification has to be done on before rollback
afterRollback in interface TransactionOperationafterRollback in class TransactionOperationAbstractCopyright © 2018 JBoss by Red Hat. All rights reserved.