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, getRelatedMessageReferences
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterPrepare, beforeCommit, beforePrepare, beforeRollback, getListOnConsumer, getRelatedMessageReferences
public void afterCommit(Transaction tx)
TransactionOperationAbstract
Any verification has to be done on before commit
afterCommit
in interface TransactionOperation
afterCommit
in class TransactionOperationAbstract
public void afterRollback(Transaction tx)
TransactionOperationAbstract
Any verification has to be done on before rollback
afterRollback
in interface TransactionOperation
afterRollback
in class TransactionOperationAbstract
Copyright © 2017 JBoss by Red Hat. All rights reserved.