public class ConsumeY2YChangesTaskRunner extends java.lang.Object implements TaskRunner<TaskModel>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXECUTION_ID_CTX |
| Constructor and Description |
|---|
ConsumeY2YChangesTaskRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleError(TaskService taskService,
TaskModel task,
java.lang.Throwable error) |
TaskLoggingCtx |
initLoggingCtx(TaskModel task) |
void |
run(TaskService taskService,
TaskModel task) |
void |
setChangeDetectionService(ChangeDetectionService changeDetectionService) |
void |
setMediaService(MediaService mediaService) |
void |
setModelService(ModelService modelService) |
void |
setY2ySyncDAO(Y2YSyncDAO y2ySyncDAO) |
void |
setY2YSyncLoggingCtxFactory(Y2YSyncLoggingCtxFactory y2YSyncLoggingCtxFactory) |
void |
stopLoggingCtx(TaskLoggingCtx taskCtx) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisLoggingSupportedpublic static final java.lang.String EXECUTION_ID_CTX
public void run(TaskService taskService, TaskModel task) throws RetryLaterException
run in interface TaskRunner<TaskModel>RetryLaterExceptionpublic TaskLoggingCtx initLoggingCtx(TaskModel task)
initLoggingCtx in interface TaskRunner<TaskModel>public void stopLoggingCtx(TaskLoggingCtx taskCtx)
stopLoggingCtx in interface TaskRunner<TaskModel>public void handleError(TaskService taskService, TaskModel task, java.lang.Throwable error)
handleError in interface TaskRunner<TaskModel>public void setY2ySyncDAO(Y2YSyncDAO y2ySyncDAO)
public void setMediaService(MediaService mediaService)
public void setChangeDetectionService(ChangeDetectionService changeDetectionService)
public void setModelService(ModelService modelService)
public void setY2YSyncLoggingCtxFactory(Y2YSyncLoggingCtxFactory y2YSyncLoggingCtxFactory)
Copyright © 2018 SAP SE. All Rights Reserved.