Chili.Opf3 Send comments on this topic.
Chili.Opf3.Concurrency.TimeStamp Namespace
See Also  Inheritance Hierarchy
This namespace contains an implemented concurrency manager that uses time stamps to validate the objects in memory against the objects in the storage.

Classes

ClassDescription
TimeStampAttribute This attribute is used to connect a member with the time stamp field of the TimeStampConcurrencyManager in the storage.
TimeStampConcurrencyManager Implements the time stamp concurrency manager. This class uses a time stamp check to discover if somebody else has changed the object in the meantime.
TimeStampNotFoundException Exception is thrown if the persistent does not contain a member with the TimeStampAttribute set.
TimeStampTypeInvalidException Exception is thrown if the type of the persistent's member holding the time stamp is not valid.

See Also