java.lang.Object
org.apache.jena.tdb1.sys.LockMRSWLite
- All Implemented Interfaces:
org.apache.jena.shared.Lock
Light weight (?) MRSW lock implementation that assumes
correct use of enterCriticalSection/leaveCriticalSection.
That is, there is no real checking.
-
Field Summary
Fields inherited from interface org.apache.jena.shared.Lock
READ, WRITE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LockMRSWLite
public LockMRSWLite()
-
-
Method Details
-
enterCriticalSection
public void enterCriticalSection(boolean readLockRequested) - Specified by:
enterCriticalSectionin interfaceorg.apache.jena.shared.Lock
-
leaveCriticalSection
public void leaveCriticalSection()- Specified by:
leaveCriticalSectionin interfaceorg.apache.jena.shared.Lock
-