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 protectedImpExReaderWorker(PoolableThread poolableThread, MultiThreadedImpExImportReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCurrentLocation()java.lang.StringgetProcessName()protected voidperform()java.lang.StringtoString()-
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:
performin classImpExWorker
-
getProcessName
public java.lang.String getProcessName()
- Specified by:
getProcessNamein interfaceNamedProcess- Overrides:
getProcessNamein classImpExWorker
-
toString
public java.lang.String toString()
- Overrides:
toStringin classImpExWorker
-
getCurrentLocation
public java.lang.String getCurrentLocation()
- Specified by:
getCurrentLocationin interfaceImpExLogFilter.LocationProvider- Overrides:
getCurrentLocationin classImpExWorker
-
-