public interface TransactionOperation
Modifier and Type | Method and Description |
---|---|
void |
afterCommit(Transaction tx)
After commit shouldn't throw any exception.
|
void |
afterPrepare(Transaction tx)
After prepare shouldn't throw any exception.
|
void |
afterRollback(Transaction tx)
After rollback shouldn't throw any exception.
|
void |
beforeCommit(Transaction tx) |
void |
beforePrepare(Transaction tx) |
void |
beforeRollback(Transaction tx) |
List<MessageReference> |
getRelatedMessageReferences() |
void beforePrepare(Transaction tx) throws Exception
Exception
void afterPrepare(Transaction tx)
void beforeCommit(Transaction tx) throws Exception
Exception
void afterCommit(Transaction tx)
void beforeRollback(Transaction tx) throws Exception
Exception
void afterRollback(Transaction tx)
List<MessageReference> getRelatedMessageReferences()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.