public class TaskJobExecution extends Object
JobExecution has with its associated task
execution id.| Constructor and Description |
|---|
TaskJobExecution(long taskId,
org.springframework.batch.core.JobExecution jobExecution,
boolean isTaskDefined) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.batch.core.JobExecution |
getJobExecution() |
long |
getTaskId() |
boolean |
isTaskDefined() |
public TaskJobExecution(long taskId,
org.springframework.batch.core.JobExecution jobExecution,
boolean isTaskDefined)
public long getTaskId()
JobExecution.public org.springframework.batch.core.JobExecution getJobExecution()
JobExecution that is associated with the task id.public boolean isTaskDefined()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.