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 |
This is the event when particular data is forcibly unloaded from the server. If another exclusivity request is received by the data exclusively loaded currently, OnDataUnloadRequested() is called back, but If DB directly has access to data that DB cache deals with. is attempted, inevitably this function is called back.
|
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 |
|
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 |
|
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. |