public interface TransactionManager
Modifier and Type | Method and Description |
---|---|
void |
beginTransaction()
Start a new transaction
|
void |
commitTransaction()
Commit the currently active transaction
|
void |
rollbackTransaction()
Rollback the currently active transaction
|
void beginTransaction() throws RegistryException
RegistryException
- If an error occurs while starting a transactionvoid commitTransaction() throws RegistryException
RegistryException
- If an error occurs while committing a transactionvoid rollbackTransaction() throws RegistryException
RegistryException
- If an error occurs while rolling back a transactionCopyright © 2015 WSO2 Inc. All Rights Reserved.