Public Member Functions | |
virtual void | OnError (ErrorInfo *errorInfo)=0 |
virtual void | OnWarning (ErrorInfo *errorInfo)=0 |
virtual void | OnException (const Exception &e)=0 |
virtual void | OnDbmsWriteDone (DbmsWritePropNodePendType) |
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 is called when an internal error occurs is the information on an error. If you use ErrorInfo::ToString(), you can see the detailed information of the problem.
|
pure virtual |
Merge to Proud.Exception
|
pure virtual |
TODO:translate needed It is called when an internal warning occurs. This reports a problem with the level lower than an error.
errorInfo | This is the information on an error. If you use ErrorInfo::ToString(), you can see the detailed information of the problem |