Package org.jivesoftware.openfire.http
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:
- OF-1534
-
-
Constructor Summary
Constructors Constructor Description TempFileToucherTask(org.eclipse.jetty.server.Server server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-