Package com.gsitm.ustra.java.batch.model
Class Command
java.lang.Object
com.gsitm.ustra.java.batch.model.Command
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()static CommandnewInstanceWithTask(Task task) static Commandof(TaskDetail task, TaskInstance taskInstance) voidsetCommandId(String commandId) voidvoidvoidvoidsetTaskInstanceId(String taskInstanceId) voidsetWorkerIdList(List<String> workerIdList) toString()
-
Field Details
-
NAME_TASK_START
- See Also:
-
NAME_TASK_STOP
- See Also:
-
-
Constructor Details
-
Command
public Command()
-
-
Method Details