Class AbstractMultiThreadedProcessorSessionExecutionBody
- java.lang.Object
-
- de.hybris.platform.servicelayer.session.SessionExecutionBody
-
- de.hybris.platform.impex.session.impl.AbstractProcessorSessionExecutionBody<Item,java.lang.Exception>
-
- de.hybris.platform.impex.session.impl.AbstractMultiThreadedProcessorSessionExecutionBody
-
- All Implemented Interfaces:
ProcessorSessionExecutionBody
public abstract class AbstractMultiThreadedProcessorSessionExecutionBody extends AbstractProcessorSessionExecutionBody<Item,java.lang.Exception>
Multithreaded implementation of theSessionExecutionBodyadds some attributes into local session context is caseisParallelMode()returns true.
-
-
Constructor Summary
Constructors Constructor Description AbstractMultiThreadedProcessorSessionExecutionBody()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract booleanisParallelMode()protected voidprepareSession()-
Methods inherited from class de.hybris.platform.impex.session.impl.AbstractProcessorSessionExecutionBody
doProcess, execute, getException, getSessionService
-
Methods inherited from class de.hybris.platform.servicelayer.session.SessionExecutionBody
executeWithoutResult
-
-
-
-
Method Detail
-
prepareSession
protected void prepareSession()
- Overrides:
prepareSessionin classAbstractProcessorSessionExecutionBody<Item,java.lang.Exception>
-
isParallelMode
protected abstract boolean isParallelMode()
-
-