Class LockNone

  • All Implemented Interfaces:
    Lock

    public class LockNone
    extends java.lang.Object
    implements Lock
    • Field Summary

      • Fields inherited from interface org.apache.jena.shared.Lock

        READ, WRITE
    • Constructor Summary

      Constructors 
      Constructor Description
      LockNone()  
    • Constructor Detail

      • LockNone

        public LockNone()
    • Method Detail

      • enterCriticalSection

        public void enterCriticalSection​(boolean readLockRequested)
        Description copied from interface: Lock
        Enter a critical section. The application must call leaveCriticialSection.
        Specified by:
        enterCriticalSection in interface Lock
        Parameters:
        readLockRequested - true implies a read lock, false implies write lock.
        See Also:
        Lock.leaveCriticalSection()