Schnittstelle IRWLockManager<OBJECT,CONTEXT>

Alle bekannten Unterschnittstellen:
IRWOLockManager<OBJECT,CONTEXT>
Alle bekannten Implementierungsklassen:
RWLockManager, RWOLockManager

public interface IRWLockManager<OBJECT,CONTEXT>
Support Multiple reads/no write and upgrade lock from read to write. Many context could request write lock at the same time. It will privileges first context that has already a read lock. If no one has any read lock, it's "first come first serve".
Seit:
3.0
Autor:
Eike Stepper