public abstract class BaseJobReport extends Object implements JobReport
JobReport
that is shared by
each job-dependent implementation.Modifier and Type | Field and Description |
---|---|
protected ReentrantReadWriteLock |
readWriteLock |
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
Modifier | Constructor and Description |
---|---|
protected |
BaseJobReport() |
protected static final long serialVersionUID
protected transient ReentrantReadWriteLock readWriteLock
public String getProjectName()
getProjectName
in interface JobReport
public void setProjectName(String projectName)
setProjectName
in interface JobReport
public String getJobName()
getJobName
in interface JobReport
public void setJobName(String jobName)
setJobName
in interface JobReport
public String getJobType()
getJobType
in interface JobReport
public void setJobType(String jobType)
setJobType
in interface JobReport
public long getFirstTime()
getFirstTime
in interface JobReport
public void setFirstTime(long firstTime)
setFirstTime
in interface JobReport
public Date getStartTime()
getStartTime
in interface JobReport
public void setStartTime(Date startTime)
setStartTime
in interface JobReport
public Date getEndTime()
getEndTime
in interface JobReport
public void setEndTime(Date endTime)
setEndTime
in interface JobReport
public String getMisfireError()
getMisfireError
in interface JobReport
public void setMisfireError(String error)
setMisfireError
in interface JobReport
public boolean hasMisfired()
hasMisfired
in interface JobReport
public Collection<Object> getInitializationErrors()
getInitializationErrors
in interface JobReport
public void addInitializationError(Object error)
addInitializationError
in interface JobReport
public Map<String,Collection<String>> getHandlerErrors()
getHandlerErrors
in interface JobReport
public void addHandlerError(String handlerID, String error)
addHandlerError
in interface JobReport
public Collection<Object> getGeneralErrors()
getGeneralErrors
in interface JobReport
public void addGeneralError(Object error)
addGeneralError
in interface JobReport
public Collection<Object> getGeneralWarnings()
getGeneralWarnings
in interface JobReport
public void addGeneralWarning(Object warning)
addGeneralWarning
in interface JobReport
public int getRetryCount()
JobReport
getRetryCount
in interface JobReport
public void setRetryCount(int retryCount)
setRetryCount
in interface JobReport
public boolean getRetryJob()
JobReport
getRetryJob
in interface JobReport
public void setRetryJob(boolean retryJob)
setRetryJob
in interface JobReport
public boolean hasWarnings()
hasWarnings
in interface JobReport
public String getExtractionDataSourceName()
getExtractionDataSourceName
in interface JobReport
public void setExtractionDataSourceName(String extractionDataSourceName)
setExtractionDataSourceName
in interface JobReport
public ServerInfo getServerInfo()
getServerInfo
in interface JobReport
public void setServerInfo(ServerInfo serverInfo)
setServerInfo
in interface JobReport
Copyright © 2024 Denodo Technologies. All rights reserved.