public class SlaveServerJobStatus extends Object
Constructor and Description |
---|
SlaveServerJobStatus() |
SlaveServerJobStatus(Node jobStatusNode) |
SlaveServerJobStatus(String transName,
String id,
String statusDescription) |
Modifier and Type | Method and Description |
---|---|
static SlaveServerJobStatus |
fromXML(String xml) |
String |
getErrorDescription() |
int |
getFirstLoggingLineNr() |
String |
getId() |
String |
getJobName() |
int |
getLastLoggingLineNr() |
Date |
getLogDate() |
String |
getLoggingString() |
Result |
getResult() |
String |
getStatusDescription() |
String |
getXML() |
boolean |
isFinished() |
boolean |
isRunning() |
boolean |
isStopped() |
boolean |
isWaiting() |
void |
setErrorDescription(String errorDescription) |
void |
setFirstLoggingLineNr(int firstLoggingLineNr) |
void |
setId(String id) |
void |
setJobName(String jobName) |
void |
setLastLoggingLineNr(int lastLoggingLineNr) |
void |
setLogDate(Date logDate) |
void |
setLoggingString(String loggingString) |
void |
setResult(Result result) |
void |
setStatusDescription(String statusDescription) |
public static final String XML_TAG
public SlaveServerJobStatus()
public SlaveServerJobStatus(String transName, String id, String statusDescription)
transName
- statusDescription
- public SlaveServerJobStatus(Node jobStatusNode) throws KettleException
KettleException
public String getXML() throws KettleException
KettleException
public static SlaveServerJobStatus fromXML(String xml) throws KettleException
KettleException
public String getStatusDescription()
public void setStatusDescription(String statusDescription)
statusDescription
- the statusDescription to setpublic String getJobName()
public void setJobName(String jobName)
jobName
- the job name to setpublic String getErrorDescription()
public void setErrorDescription(String errorDescription)
errorDescription
- the errorDescription to setpublic String getLoggingString()
public void setLoggingString(String loggingString)
loggingString
- the loggingString to setpublic boolean isRunning()
public boolean isWaiting()
public boolean isFinished()
public boolean isStopped()
public Result getResult()
public void setResult(Result result)
result
- the result to setpublic int getFirstLoggingLineNr()
public void setFirstLoggingLineNr(int firstLoggingLineNr)
firstLoggingLineNr
- the firstLoggingLineNr to setpublic int getLastLoggingLineNr()
public void setLastLoggingLineNr(int lastLoggingLineNr)
lastLoggingLineNr
- the lastLoggingLineNr to setpublic Date getLogDate()
public void setLogDate(Date logDate)
the
- logDatepublic String getId()
public void setId(String id)
id
- the id to setCopyright © 2020 Hitachi Vantara. All rights reserved.