Class BackofficeLongOperationThreadExecutor
java.lang.Object
com.hybris.cockpitng.engine.operations.impl.DefaultLongOperationThreadExecutor
com.hybris.backoffice.engine.operations.impl.BackofficeLongOperationThreadExecutor
- All Implemented Interfaces:
com.hybris.cockpitng.engine.operations.LongOperationThreadExecutor
public class BackofficeLongOperationThreadExecutor
extends com.hybris.cockpitng.engine.operations.impl.DefaultLongOperationThreadExecutor
This implementation of
LongOperationThreadExecutor utilizes platform's ThreadPool to execute async
operations and interact with the thread pool.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis implementation uses platforms thread pool and guarantees that the thread is returned to the pool after the runnable is executed.protected PoolableThread
-
Constructor Details
-
BackofficeLongOperationThreadExecutor
public BackofficeLongOperationThreadExecutor()
-
-
Method Details
-
execute
This implementation uses platforms thread pool and guarantees that the thread is returned to the pool after the runnable is executed.- Parameters:
runnable- Runnable to execute
-
getPoolableThread
-