Package org.pipservices3.components.lock


package org.pipservices3.components.lock
  • Class
    Description
    Interface for locks to synchronize work or parallel processes and to prevent collisions.
    Abstract lock that implements default lock acquisition routine.
    Lock that is used to synchronize execution within one process using shared memory.
    Dummy lock implementation that doesn't do anything.