Package de.xima.fc.timing.worker
Class StatusChangeWorker
- java.lang.Object
-
- de.xima.fc.timing.worker.StatusChangeWorker
-
- All Implemented Interfaces:
org.quartz.Job
@Deprecated public class StatusChangeWorker extends Object implements org.quartz.Job
Deprecated.Worker-class for the status-change-job- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATA_PROCESS_ID
Deprecated.static String
DATA_PROZESS_ID
Deprecated.useDATA_PROCESS_ID
static String
DATA_SOURCE_STATUS_ID
Deprecated.static String
DATA_TARGET_STATUS_ID
Deprecated.
-
Constructor Summary
Constructors Constructor Description StatusChangeWorker()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
execute(org.quartz.JobExecutionContext ctx)
Deprecated.static Long
readLong(String key, org.quartz.JobDataMap jobDataMap)
Deprecated.
-
-
-
Field Detail
-
DATA_PROCESS_ID
public static final String DATA_PROCESS_ID
Deprecated.- See Also:
- Constant Field Values
-
DATA_PROZESS_ID
@Deprecated public static final String DATA_PROZESS_ID
Deprecated.useDATA_PROCESS_ID
- See Also:
- Constant Field Values
-
DATA_SOURCE_STATUS_ID
public static final String DATA_SOURCE_STATUS_ID
Deprecated.- See Also:
- Constant Field Values
-
DATA_TARGET_STATUS_ID
public static final String DATA_TARGET_STATUS_ID
Deprecated.- See Also:
- Constant Field Values
-
-