public interface CommitRollbackCallback extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
commit(String txid)
The container will call this function
to commit a transaction that was successful.
|
void |
rollback(String txid)
The container will call this function
to rollback an unsuccessful transaction.
|
Copyright © 2015 Ant Kutschera. All rights reserved.