Class ImpExReaderWorker
- java.lang.Object
-
- de.hybris.platform.impex.jalo.imp.ImpExWorker
-
- de.hybris.platform.impex.jalo.imp.ImpExReaderWorker
-
- All Implemented Interfaces:
ImpExLogFilter.LocationProvider
,NamedProcess
,java.lang.Runnable
public class ImpExReaderWorker extends ImpExWorker
Special worker for reading the actual impex data and pre processing the value lines.- Since:
- 3.1-u7
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.impex.jalo.imp.ImpExWorker
LOG
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ImpExReaderWorker(PoolableThread poolableThread, MultiThreadedImpExImportReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCurrentLocation()
java.lang.String
getProcessName()
protected void
perform()
java.lang.String
toString()
-
Methods inherited from class de.hybris.platform.impex.jalo.imp.ImpExWorker
cleanupThread, getCreationTimestamp, getReader, getWorkerTread, isFinished, isStarted, prepareThread, run, start
-
-
-
-
Constructor Detail
-
ImpExReaderWorker
protected ImpExReaderWorker(PoolableThread poolableThread, MultiThreadedImpExImportReader reader)
- Parameters:
reader
-poolableThread
-
-
-
Method Detail
-
perform
protected void perform()
- Overrides:
perform
in classImpExWorker
-
getProcessName
public java.lang.String getProcessName()
- Specified by:
getProcessName
in interfaceNamedProcess
- Overrides:
getProcessName
in classImpExWorker
-
toString
public java.lang.String toString()
- Overrides:
toString
in classImpExWorker
-
getCurrentLocation
public java.lang.String getCurrentLocation()
- Specified by:
getCurrentLocation
in interfaceImpExLogFilter.LocationProvider
- Overrides:
getCurrentLocation
in classImpExWorker
-
-