(no commit message)
[utils] / crawler / kissweb / src / org / wamblee / crawler / kiss / servlet / Application.java
index a4e78f74e2529f822b5851585185bbf326b62dbf..d8be2bf7779e395f7b0a256ad8ba5e2200955223 100644 (file)
@@ -37,7 +37,11 @@ import org.wamblee.general.BeanKernel;
  * The mechanism for kick starting the scheduling of the KiSS crawler. 
  */
 public class Application implements ServletContextListener {
-    
+
+    /**
+     * Constructs the listener.
+     *
+     */
     public Application() { 
         // Empty. 
     }
@@ -72,6 +76,10 @@ public class Application implements ServletContextListener {
         aEvent.getServletContext().log("KiSS Crawler shut down complete");
     }
 
+    /**
+     * Gets the scheduler from Spring. 
+     * @return Scheduler. 
+     */
     private QuartzCrawlerScheduler getScheduler() { 
         return BeanKernel.getBeanFactory().find(QuartzCrawlerScheduler.class);
     }