|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DatabaseTransactionFactory
Interface to extending the standard transaction factory with database related transaction activities.
| Method Summary | |
|---|---|
void |
commitTransaction(java.sql.Connection cntConnection)
Commit implicit transaction for given connection. |
void |
rollbackTransaction(java.sql.Connection cntConnection)
Rollback implicit transaction for given connection. |
| Methods inherited from interface org.opensubsystems.core.util.TransactionFactory |
|---|
getTransactionManager, requestTransaction, reset, stop |
| Method Detail |
|---|
void commitTransaction(java.sql.Connection cntConnection)
throws java.sql.SQLException
cntConnection - - the connection to commit transaction for.
java.sql.SQLException - - problem commiting transaction
void rollbackTransaction(java.sql.Connection cntConnection)
throws java.sql.SQLException
cntConnection - - the connection to rollback transaction for.
java.sql.SQLException - - problem rolling back transaction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||