Class TempFileToucherTask

java.lang.Object
java.util.TimerTask
org.jivesoftware.openfire.http.TempFileToucherTask
All Implemented Interfaces:
Runnable

public class TempFileToucherTask extends TimerTask
A task that, periodically, updates the 'last modified' date of all files in the Jetty 'tmp' directories. This prevents operating systems from removing files that it thinks are unused.
Author:
Guus der Kinderen, guus.der.kinderen@gmail.com
See Also:
  • Constructor Details

    • TempFileToucherTask

      public TempFileToucherTask(org.eclipse.jetty.server.Server server)
  • Method Details