SingleInstanceLockFactory

Implements a LockFactory that provides locks scoped to a single JVM.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun obtainLock(dir: Directory, lockName: String): Lock

Return a new obtained Lock instance identified by lockName.