|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LogManager
Manages the logging of changes made in a single transaction. The
LogManagerFactory is asked to create a new log manager for
each transaction. The same log manager may be re-used but only if
it is thread-safe.
| Method Summary | |
|---|---|
void |
afterCommit()
Called after a successful commit of changes to the database. |
void |
afterRollback()
Called after rollback. |
LogControl |
getLogControl()
Get the log controller that is used in this transaction. |
| Method Detail |
|---|
LogControl getLogControl()
void afterCommit()
void afterRollback()
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||