Interface NamedLockFactory

    • Method Detail

      • getLock

        NamedLock getLock​(java.lang.String name)
        Creates or reuses existing NamedLock. Returns instance MUST BE treated as "resource", best in try-with-resource block.
        Parameters:
        name - the lock name, must not be null.
        Returns:
        named lock instance, never null.
      • shutdown

        void shutdown()
        Performs a clean shut down of the factory.