#include <oSysLog.h>
Inheritance diagram for oSysLog:

Public Methods | |
| oSysLog (d_ULong iMaxTxLogs) | |
| void | d_deactivate () |
| d_Ref_NoTx< oSysTxLog > | createTxLog () |
| void | removeTxLog (d_Ref_NoTx< oSysTxLog > &iTxLog) |
| void | checkIntegrity () |
| oSysLog (d_Object::DynaFactoryConstructor *iObj) | |
|
|
|
|
|
|
|
|
Check integrity of log transactions stored |
|
|
Create new tx log object in storage |
|
|
Object deactivation trigger. It's the trigger called asynchronously by Orient ODBMS when the object is freed in memory. It can be defined as a special "cache destructor". It's useful when an object had to free some memory (transient members) before to die. If the user class, inherited by d_Object, doesn't define a own d_deactivate virtual method, by default is called the d_Object::d_deactivate() that doesn't execute any operation. SEE ALSO: d_activate() ODMG : Compliant Reimplemented from d_Object. |
|
|
Remove tx log object in storage |
1.3-rc1