Uses of Package
com.hybris.cockpitng.engine.operations
-
Packages that use com.hybris.cockpitng.engine.operations Package Description com.hybris.cockpitng.engine.impl com.hybris.cockpitng.engine.operations com.hybris.cockpitng.lazyloading com.hybris.cockpitng.util -
Classes in com.hybris.cockpitng.engine.operations used by com.hybris.cockpitng.engine.impl 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.LongOperationNotifier Long operation notifier. -
Classes in com.hybris.cockpitng.engine.operations used by com.hybris.cockpitng.engine.operations Class Description Cancellable LongOperation Executes operation in background thread. -
Classes in com.hybris.cockpitng.engine.operations used by com.hybris.cockpitng.lazyloading Class Description LongOperation Executes operation in background thread. -
Classes in com.hybris.cockpitng.engine.operations used by com.hybris.cockpitng.util Class Description LongOperationThreadExecutor Executes long operation in new thread.