| |
|
| java.lang.Object java.lang.Thread org.objectweb.jonas_lib.deployment.work.WorkCleaner
WorkCleaner | public class WorkCleaner extends Thread (Code) | | JOnAS work deployment files and directories cleaner class. This class
provides a way for removing entries wich are unconsistent.
author: Florent Benoit author: Ludovic Bert author: Benoit PELLETIER |
executeTasks | public synchronized void executeTasks()(Code) | | Execute the registered tasks
|
getInstance | public static synchronized WorkCleaner getInstance()(Code) | | Get an instance of the Work Cleaner.
the instance of the Work Cleaner. |
getLogger | protected static Logger getLogger()(Code) | | the logger |
run | public void run()(Code) | | Start the thread of this class It will clean all the work entries
|
|
|
|