Class DefaultLongOperationThreadExecutor
- java.lang.Object
-
- com.hybris.cockpitng.engine.operations.impl.DefaultLongOperationThreadExecutor
-
- All Implemented Interfaces:
LongOperationThreadExecutor
public class DefaultLongOperationThreadExecutor extends java.lang.Object implements LongOperationThreadExecutor
This class is to satisfy Spring and offer standard implementation of the executor to be injected. Should be replace by alias-overriding in applications using cockpitng in order to provide thread-pool based implementation. This sample implementation is not production-ready.
-
-
Constructor Summary
Constructors Constructor Description DefaultLongOperationThreadExecutor()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.engine.operations.LongOperationThreadExecutor
execute
-
-