Uses of Class
de.iip_ecosphere.platform.support.PidFile
Packages that use PidFile
-
Uses of PidFile in de.iip_ecosphere.platform.support
Methods in de.iip_ecosphere.platform.support that return PidFileModifier and TypeMethodDescriptionstatic PidFileCreates a new PidFile and writes the current process ID into the provided path.(package private) static PidFileCreates a new PidFile with given process identifier and writes the identifier into the provided path.static PidFilePidFile.createInDefaultDir(String name, boolean deleteOnExit) Creates a new PidFile in the system's temporary directory as a file with givennameand writes the current process ID into that file.static PidFilePidFile.createInDefaultDir(String name, boolean deleteOnExit, boolean deleteIfExists) Creates a new PidFile in the system's temporary directory as a file with givennameand writes the current process ID into that file.