Classes | |
class | CCallbackArgs |
Delegate object to receive event callback from DB cache client
|
pure virtual |
Data Access error
args | Event argument object of IDbCacheClientDelegate2 |
|
pure virtual |
This event will arrive when it failed in CDbCacheClient2.RequestAddData or CDbCacheClient2.BlockedAddData
args | Event argument object of IDbCacheClientDelegate2 |
|
pure virtual |
This event will arrive when it succeed in CDbCacheClient2.RequestAddData or CDbCacheClient2.BlockedAddData
args | Event argument object of IDbCacheClientDelegate2 |
|
pure virtual |
TODO:translate needed.
|
pure virtual |
This is event that decide losing exclusive loading or not because other DB cahce client2 tried Exclusive Load
args | Event argument object of IDbCacheClientDelegate2 |
|
pure virtual |
Receiving event when writting process to DBMS on DB cache server.
type | Type for what process has done. |
loadedDataGuid | Guid of finished work data |
|
pure virtual |
DB directly has access to data that DB cache deals with function. Proud.CDbCacheClient2.RequestDeisolateData() inform you of execution failure. m_rootUUID, m_data and m_sessionGuid are included in args.
|
pure virtual |
DB directly has access to data that DB cache deals with function. Proud.CDbCacheClient2.RequestDeisolateData() inform you of execution success. m_rootUUID, m_data and m_sessionGuid are included in args.
|
pure virtual |
It calls when it occurs internal error. Information of
errorinfo | error. |
|
pure virtual |
Merge to Proud.Exception
|
pure virtual |
TODO:translate needed.
|
pure virtual |
DB directly has access to data that DB cache deals with function. Proud.CDbCacheClient2.RequestIsolateData() inform you of execution failure. m_rootUUID, m_data and m_sessionGuid are included in args.
|
pure virtual |
DB directly has access to data that DB cache deals with function. Proud.CDbCacheClient2.RequestIsolateData() inform you of execution success. m_rootUUID, m_data and m_sessionGuid are included in args.
|
pure virtual |
Returns the results of server connection attempts.
info | This is failed information. When it succeed, ErrorType_Ok will be in info.m_errorType. |
|
pure virtual |
Notifies that the connection to DB cache server is finished
reason | reason to disconnecting |
|
inlinevirtual |
A callback to non monopolistic approach. Please refer to Accessing non-exclusive data.
args | Event argument object of IDbCacheClientDelegate2. |
|
inlinevirtual |
A callback to non monopolistic approach. Please refer to Accessing non-exclusive data.
args | Event argument object of IDbCacheClientDelegate2. |
|
inlinevirtual |
A callback to non monopolistic approach. Please refer to Accessing non-exclusive data.
args | Event argument object of IDbCacheClientDelegate2. |
|
inlinevirtual |
A callback to non monopolistic approach. Please refer to Accessing non-exclusive data.
args | Event argument object of IDbCacheClientDelegate2. |
|
inlinevirtual |
A callback to non monopolistic approach. Please refer to Accessing non-exclusive data.
args | Event argument object of IDbCacheClientDelegate2. |
|
inlinevirtual |
A callback to non monopolistic approach. Please refer to Accessing non-exclusive data.
args | Event argument object of IDbCacheClientDelegate2. |
|
inlinevirtual |
TODO:translate needed.
|
pure virtual |
Refer to OnAddDataFailed
args | Event argument object of IDbCacheClientDelegate2 |
|
pure virtual |
Refer to OnAddDataFailed
args | Event argument object of IDbCacheClientDelegate2 |
|
inlinevirtual |
A callback to non monopolistic approach. Please refer to Accessing non-exclusive data.
args | Event argument object of IDbCacheClientDelegate2. |
|
inlinevirtual |
A callback to non monopolistic approach. Please refer to Accessing non-exclusive data.
args | Event argument object of IDbCacheClientDelegate2. |
|
inlinevirtual |
A callback to non monopolistic approach. Please refer to Accessing non-exclusive data.
args | Event argument object of IDbCacheClientDelegate2. |
|
inlinevirtual |
A callback to non monopolistic approach. Please refer to Accessing non-exclusive data.
args | Event argument object of IDbCacheClientDelegate2. |
|
pure virtual |
Refer to OnAddDataFailed
args | Event argument object of IDbCacheClientDelegate2 |
|
pure virtual |
Refer to OnAddDataSuccess
args | Event argument object of IDbCacheClientDelegate2 |
|
pure virtual |
It calls when it occurs internal warning. It reports problem that not serious than error. Information of
errorinfo | error. |