Package org.bkvm.daemons
Class PidFileLocker
java.lang.Object
org.bkvm.daemons.PidFileLocker
- All Implemented Interfaces:
java.lang.AutoCloseable
public class PidFileLocker
extends java.lang.Object
implements java.lang.AutoCloseable
Lock sul pid file, per evitare avvii concorrenti del servizio
- Author:
- enrico.olivelli
-
Constructor Summary
Constructors Constructor Description PidFileLocker(java.nio.file.Path basePath) -
Method Summary
-
Constructor Details
-
PidFileLocker
public PidFileLocker(java.nio.file.Path basePath)
-
-
Method Details