public interface TransactionListener
Modifier and Type | Method and Description |
---|---|
void |
afterCommit()
This method gets called right after the transaction is committed
|
void |
afterRollback()
This method gets called right after the transaction is rolled back
|
void |
beforeCommit()
This method gets called right before the transaction is committed
|
void beforeCommit()
void afterCommit()
void afterRollback()
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.