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