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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected longprotected MultiThreadedImpExImportReaderprotected PoolableThreadprotected booleanprotected booleanprotected voidperform()protected voidvoidrun()protected voidstart()toString()
-
Field Details
-
LOG
protected static final org.apache.log4j.Logger LOG
-
-
Method Details
-
run
public void run() -
toString
-
prepareThread
protected void prepareThread() -
cleanupThread
protected void cleanupThread() -
perform
protected void perform() -
getReader
-
getCreationTimestamp
protected long getCreationTimestamp() -
isFinished
protected boolean isFinished() -
isStarted
protected boolean isStarted() -
start
protected void start() -
getWorkerTread
-
getProcessName
- Specified by:
getProcessNamein interfaceNamedProcess
-
getCurrentLocation
- Specified by:
getCurrentLocationin interfaceImpExLogFilter.LocationProvider
-