Public Member Functions | |
virtual void | OnError (ErrorInfo *errorInfo)=0 |
virtual void | OnWarning (ErrorInfo *errorInfo)=0 |
virtual void | OnException (Exception &e)=0 |
virtual void | OnDbmsWriteDone (DbmsWritePropNodePendType type) |
This is delegate object that handle callback event from CDbCacheServer2 or callback method which developer has to realize.
|
inlinevirtual |
Direct writing process to DBMS is running asynchronously in DB cache server2. When asynchronous writting process has finished, this method will callback from internal thread in DB cache server.
type | Sort of finished DBMS history (PropNode) |
|
pure virtual |
TODO:translate needed It calls when it occurs internal error.
errorinfo | Information of error. |
|
pure virtual |
Merge to Proud.Exception
|
pure virtual |
TODO:translate needed It calls when it occurs internal warning. It reports problem that not serious than error.
errorinfo | Information of error. |