Class ImporterThread

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.util.List<CSVImporter.Results>>

    public class ImporterThread
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.List<CSVImporter.Results>>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.logging.log4j.Logger LOG  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImporterThread​(java.lang.String connectionId, java.lang.String rootFolder, DataObject dataObject)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<CSVImporter.Results> call()  
      • Methods inherited from class java.lang.Object

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

      • LOG

        protected static final org.apache.logging.log4j.Logger LOG
    • Constructor Detail

      • ImporterThread

        public ImporterThread​(java.lang.String connectionId,
                              java.lang.String rootFolder,
                              DataObject dataObject)
    • Method Detail

      • call

        public java.util.List<CSVImporter.Results> call()
                                                 throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.util.List<CSVImporter.Results>>
        Throws:
        java.lang.Exception