public class JobOperatorJobExecution extends Object implements IJobExecution, TaggedJobExecution
| Constructor and Description |
|---|
JobOperatorJobExecution(long executionId,
long instanceId) |
| Modifier and Type | Method and Description |
|---|---|
BatchStatus |
getBatchStatus() |
Date |
getCreateTime() |
BatchStatus |
getCurrentBatchStatus() |
String |
getCurrentExitStatus() |
Date |
getEndTime() |
long |
getExecutionId() |
String |
getExitStatus() |
long |
getInstanceId() |
String |
getJobName() |
Properties |
getJobParameters() |
Date |
getLastUpdatedTime() |
Date |
getStartTime() |
String |
getTagName() |
void |
setBatchStatus(String status) |
void |
setCreateTime(Timestamp ts) |
void |
setEndTime(Timestamp ts) |
void |
setExecutionId(long id) |
void |
setExitStatus(String status) |
void |
setInstanceId(long id) |
void |
setJobContext(JobContextImpl jobContext) |
void |
setJobInstanceId(long jobInstanceID) |
void |
setJobName(String jobName) |
void |
setJobParameters(Properties jProps) |
void |
setLastUpdateTime(Timestamp ts) |
void |
setStartTime(Timestamp ts) |
String |
toString() |
public JobOperatorJobExecution(long executionId,
long instanceId)
public void setJobName(String jobName)
public void setJobContext(JobContextImpl jobContext)
setJobContext in interface IJobExecutionpublic BatchStatus getBatchStatus()
getBatchStatus in interface JobExecutionpublic String getExitStatus()
getExitStatus in interface JobExecutionpublic BatchStatus getCurrentBatchStatus()
public Date getCreateTime()
getCreateTime in interface JobExecutionpublic Date getEndTime()
getEndTime in interface JobExecutionpublic long getExecutionId()
getExecutionId in interface JobExecutionpublic String getCurrentExitStatus()
public Date getLastUpdatedTime()
getLastUpdatedTime in interface JobExecutionpublic Date getStartTime()
getStartTime in interface JobExecutionpublic Properties getJobParameters()
getJobParameters in interface JobExecutionpublic void setBatchStatus(String status)
setBatchStatus in interface IJobExecutionpublic void setCreateTime(Timestamp ts)
setCreateTime in interface IJobExecutionpublic void setEndTime(Timestamp ts)
setEndTime in interface IJobExecutionpublic void setExecutionId(long id)
public void setJobInstanceId(long jobInstanceID)
public void setExitStatus(String status)
setExitStatus in interface IJobExecutionpublic void setInstanceId(long id)
public void setLastUpdateTime(Timestamp ts)
setLastUpdateTime in interface IJobExecutionpublic void setStartTime(Timestamp ts)
setStartTime in interface IJobExecutionpublic void setJobParameters(Properties jProps)
setJobParameters in interface IJobExecutionpublic String getJobName()
getJobName in interface JobExecutionpublic String getTagName()
getTagName in interface TaggedJobExecutionpublic long getInstanceId()
getInstanceId in interface IJobExecution© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0