company logo

DBBaseContext :: notifyDirty - Dirty notification handler

The dirty notification ( SE_Dirty event) is sent from server in order to inform the client that the database is outdated and need to synchronized.

Typically, the event is handled by the system by sending a synchronize request to the server. The handler can, however, be overloaded in specialized object space context class implementations. When overloading the handler, the base class implementation need to be called in order to synchronize databases, except the handler manages database synchronization.

Notes:

Durty events are sent fron server to client, when running replication servers.

Implementation details

DBBaseContext  :: notifyDirty ( int64 iObjectID )
  • iObjectID - Local instance identity

    The object or instance identity is a unique identity within a database.