Class PidFile

java.lang.Object
java.lang.Thread
org.eclipse.jetty.util.PidFile
All Implemented Interfaces:
Runnable

public class PidFile extends Thread
Create a PID file for the running process.

Will register itself in a Runtime.addShutdownHook(Thread) to cleanup the PID file it created during normal JVM shutdown.