PessimisticMetaobject
for pessimistic scheme of synchronization.
Or would it be realistic.
Or Multiple Reader, one writer.
![]() |
Members | Description | ||
beginWriteAccess | beginWriteAccess locks the object. That is, the objects storage
manager is requested to objeain the lock from the server.
|
|||
beginReadAccess | beginReadAccess is a no-op. So, no locking for read's. Multiple
readers, one writer.
|
|||
endAccess | endAccess adds the object to the cahce managers transaction list
|