public interface LogManager
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.Modifier and Type | Method and Description |
---|---|
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.
|
LogControl getLogControl()
void afterCommit()
void afterRollback()