Uses of Interface
de.hybris.platform.task.logging.TaskLoggingCtx
-
Packages that use TaskLoggingCtx Package Description de.hybris.platform.impex.distributed.log de.hybris.platform.processengine.process de.hybris.platform.processing.distributed.defaultimpl de.hybris.platform.task Contains generated models for each type of de.hybris.platform.task package.de.hybris.platform.task.logging de.hybris.y2ysync.task.distributed de.hybris.y2ysync.task.logging de.hybris.y2ysync.task.runner -
-
Uses of TaskLoggingCtx in de.hybris.platform.impex.distributed.log
Methods in de.hybris.platform.impex.distributed.log that return TaskLoggingCtx Modifier and Type Method Description TaskLoggingCtx
DistributedImpexLoggingCtxProducer. createLoggingCtx(TaskModel task)
-
Uses of TaskLoggingCtx in de.hybris.platform.processengine.process
Methods in de.hybris.platform.processengine.process with parameters of type TaskLoggingCtx Modifier and Type Method Description void
ProcessengineTaskRunner. stopLoggingCtx(TaskLoggingCtx taskCtx)
-
Uses of TaskLoggingCtx in de.hybris.platform.processing.distributed.defaultimpl
Methods in de.hybris.platform.processing.distributed.defaultimpl that return TaskLoggingCtx Modifier and Type Method Description TaskLoggingCtx
LoggingCtxProducer. createLoggingCtx(TaskModel task)
TaskLoggingCtx
DistributedProcessLoggingCtxFactory. createLoggingCtxForTask(TaskModel task)
TaskLoggingCtx
Dispatcher. initLoggingCtx(TaskModel task)
Methods in de.hybris.platform.processing.distributed.defaultimpl with parameters of type TaskLoggingCtx Modifier and Type Method Description void
Dispatcher. stopLoggingCtx(TaskLoggingCtx taskCtx)
-
Uses of TaskLoggingCtx in de.hybris.platform.task
Methods in de.hybris.platform.task that return TaskLoggingCtx Modifier and Type Method Description default TaskLoggingCtx
TaskRunner. initLoggingCtx(T task)
Methods in de.hybris.platform.task with parameters of type TaskLoggingCtx Modifier and Type Method Description default void
TaskRunner. stopLoggingCtx(TaskLoggingCtx taskCtx)
-
Uses of TaskLoggingCtx in de.hybris.platform.task.logging
Classes in de.hybris.platform.task.logging that implement TaskLoggingCtx Modifier and Type Class Description class
MediaFileLoggingCtx
class
ProcessEngineLoggingCtx
Logs steps to file. -
Uses of TaskLoggingCtx in de.hybris.y2ysync.task.distributed
Methods in de.hybris.y2ysync.task.distributed that return TaskLoggingCtx Modifier and Type Method Description TaskLoggingCtx
DistributedY2YSyncLoggingCtxProducer. createLoggingCtx(TaskModel task)
-
Uses of TaskLoggingCtx in de.hybris.y2ysync.task.logging
Methods in de.hybris.y2ysync.task.logging that return TaskLoggingCtx Modifier and Type Method Description TaskLoggingCtx
Y2YSyncLoggingCtxFactory. createY2YSyncTaskLogger(TaskModel task)
Methods in de.hybris.y2ysync.task.logging with parameters of type TaskLoggingCtx Modifier and Type Method Description void
Y2YSyncLoggingCtxFactory. finish(TaskLoggingCtx taskCtx)
-
Uses of TaskLoggingCtx in de.hybris.y2ysync.task.runner
Methods in de.hybris.y2ysync.task.runner that return TaskLoggingCtx Modifier and Type Method Description TaskLoggingCtx
ConsumeY2YChangesTaskRunner. initLoggingCtx(TaskModel task)
TaskLoggingCtx
DataHubRequestTaskRunner. initLoggingCtx(TaskModel task)
TaskLoggingCtx
ImportZipCreatorTaskRunner. initLoggingCtx(TaskModel task)
TaskLoggingCtx
ItemChangesProcessor. initLoggingCtx(TaskModel task)
Methods in de.hybris.y2ysync.task.runner with parameters of type TaskLoggingCtx Modifier and Type Method Description void
ConsumeY2YChangesTaskRunner. stopLoggingCtx(TaskLoggingCtx taskCtx)
void
DataHubRequestTaskRunner. stopLoggingCtx(TaskLoggingCtx taskCtx)
void
ImportZipCreatorTaskRunner. stopLoggingCtx(TaskLoggingCtx taskCtx)
void
ItemChangesProcessor. stopLoggingCtx(TaskLoggingCtx taskCtx)
-