Package blobit.daemons
Class PidFileLocker
- java.lang.Object
-
- blobit.daemons.PidFileLocker
-
- All Implemented Interfaces:
AutoCloseable
public class PidFileLocker extends Object implements AutoCloseable
Lock sul pid file, per evitare avvii concorrenti del servizio- Author:
- enrico.olivelli
-
-
Constructor Summary
Constructors Constructor Description PidFileLocker(Path basePath)
-
-
-
Constructor Detail
-
PidFileLocker
public PidFileLocker(Path basePath)
-
-
Method Detail
-
lock
public void lock() throws IOException- Throws:
IOException
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-