Uses of Class
de.iip_ecosphere.platform.support.PidFile

Packages that use PidFile
Package
Description
Implementation.
  • Uses of PidFile in de.iip_ecosphere.platform.support

    Modifier and Type
    Method
    Description
    static PidFile
    PidFile.create(Path path, boolean deleteOnExit)
    Creates a new PidFile and writes the current process ID into the provided path.
    (package private) static PidFile
    PidFile.create(Path path, boolean deleteOnExit, long pid)
    Creates a new PidFile with given process identifier and writes the identifier into the provided path.
    static PidFile
    PidFile.createInDefaultDir(String name, boolean deleteOnExit)
    Creates a new PidFile in the system's temporary directory as a file with given name and writes the current process ID into that file.
    static PidFile
    PidFile.createInDefaultDir(String name, boolean deleteOnExit, boolean deleteIfExists)
    Creates a new PidFile in the system's temporary directory as a file with given name and writes the current process ID into that file.