Package com.hybris.cockpitng.engine.operations
-
Interface Summary Interface Description Cancellable LongOperationThreadExecutor Executes long operation in new thread. -
Class Summary Class Description CockpitNGBackgroundOperation Backoffice background operation that is capable of performing long running tasks in background allowing the UI to remain responsive.
After long running task is completed an operation to update
the UI is scheduled viaExecutions.schedule(Desktop, EventListener, Event)method.
The contract for background task is to execute normally and return the result or throwRuntimeExceptionin case of error.LongOperation Executes operation in background thread.LongOperationNotifier Long operation notifier.ResultLongOperation<RESULT> Executes operation with a result in background thread. -
Exception Summary Exception Description LongOperationException Defines exception thrown during long operation.