Class HarvestSchedulerMonitorServer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void shutdown()
      Removes the HarvestSchedulerMonitorServer as listener to the JMS scheduler Channel.
      void start()
      Implements functionality for starting an instances of this ComponentLifeCycle object.
      void visit​(IndexReadyMessage msg)
      This method should be overridden and implemented by a sub class if message handling is wanted.
      void visit​(CrawlStatusMessage msg)
      This method should be overridden and implemented by a sub class if message handling is wanted.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.jms.MessageListener

        onMessage