Class ContentOutputThread

java.lang.Object
java.lang.Thread
gov.usgs.earthquake.product.io.ContentOutputThread
All Implemented Interfaces:
Runnable

public class ContentOutputThread extends Thread
Deliver content in a separate thread.
  • Constructor Details

    • ContentOutputThread

      public ContentOutputThread(ProductHandler handler, ProductId id, String path, Content content)
      Constructor
      Parameters:
      handler - A product handler
      id - A product ID
      path - String path
      content - Content
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread