Class ImpExWorker

java.lang.Object
de.hybris.platform.impex.jalo.imp.ImpExWorker
All Implemented Interfaces:
ImpExLogFilter.LocationProvider, NamedProcess, Runnable
Direct Known Subclasses:
ImpExReaderWorker, ImpExResultProcessWorker

public class ImpExWorker extends Object implements Runnable, NamedProcess, ImpExLogFilter.LocationProvider
Since:
3.1-u7
  • Field Details

    • LOG

      protected static final org.apache.log4j.Logger LOG
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • prepareThread

      protected void prepareThread()
    • cleanupThread

      protected void cleanupThread()
    • perform

      protected void perform()
    • getReader

      protected MultiThreadedImpExImportReader getReader()
    • getCreationTimestamp

      protected long getCreationTimestamp()
    • isFinished

      protected boolean isFinished()
    • isStarted

      protected boolean isStarted()
    • start

      protected void start()
    • getWorkerTread

      protected PoolableThread getWorkerTread()
    • getProcessName

      public String getProcessName()
      Specified by:
      getProcessName in interface NamedProcess
    • getCurrentLocation

      public String getCurrentLocation()
      Specified by:
      getCurrentLocation in interface ImpExLogFilter.LocationProvider