| Package | Description |
|---|---|
| org.apache.omid.transaction |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTransactionManager.postBegin(AbstractTransaction<? extends CellId> transaction)
Allows transaction manager developers to perform actions after having started a transaction.
|
void |
AbstractTransactionManager.postCommit(AbstractTransaction<? extends CellId> transaction)
Allows transaction manager developers to perform actions after committing a transaction.
|
void |
AbstractTransactionManager.postRollback(AbstractTransaction<? extends CellId> transaction)
Allows transaction manager developers to perform actions after rolling-back a transaction.
|
void |
AbstractTransactionManager.preBegin()
Allows transaction manager developers to perform actions before creating a transaction.
|
void |
AbstractTransactionManager.preCommit(AbstractTransaction<? extends CellId> transaction)
Allows transaction manager developers to perform actions before committing a transaction.
|
void |
AbstractTransactionManager.preRollback(AbstractTransaction<? extends CellId> transaction)
Allows transaction manager developers to perform actions before rolling-back a transaction.
|
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.