|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionManager
This describes a an instance of the manager class that can be used to manage transactions on the back-end database.
Method Summary | |
---|---|
void |
beginTransaction()
Start a new transaction |
void |
commitTransaction()
Commit the currently active transaction |
void |
rollbackTransaction()
Rollback the currently active transaction |
Method Detail |
---|
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 transaction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |