public interface Transactable
| Modifier and Type | Method and Description |
|---|---|
void |
apply()
Apply this
committedtransaction.. |
void |
commit()
This transaction has been committed.
|
void |
rollback()
This transaction has been aborted.
|
void commit()
throws AxionException
AxionExceptionvoid rollback()
throws AxionException
AxionExceptionvoid apply()
throws AxionException
committedtransaction..AxionException