Class RssObserver.GenerateRssXmlTask

  • All Implemented Interfaces:
    java.io.Serializable, IQueueTask
    Enclosing class:
    RssObserver

    public static class RssObserver.GenerateRssXmlTask
    extends AbstractQueueTask
    Process queue task that generates a RSS xml file.
    Since:
    10.0.0
    Version:
    $Revision: 19767 $ $Date: 2017-01-05 18:35:47 -0200 (Thu, 05 Jan 2017) $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GenerateRssXmlTask​(java.lang.String rssId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Method to be called by queue processor in order to process queue item.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GenerateRssXmlTask

        public GenerateRssXmlTask​(java.lang.String rssId)