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()  | 
String | 
getLoggingString()  | 
org.pentaho.di.core.Result | 
getResult()  | 
String | 
getStatusDescription()  | 
String | 
getXML()  | 
boolean | 
isRunning()  | 
boolean | 
isWaiting()  | 
void | 
setErrorDescription(String errorDescription)  | 
void | 
setFirstLoggingLineNr(int firstLoggingLineNr)  | 
void | 
setId(String id)  | 
void | 
setJobName(String jobName)  | 
void | 
setLastLoggingLineNr(int lastLoggingLineNr)  | 
void | 
setLoggingString(String loggingString)  | 
void | 
setResult(org.pentaho.di.core.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 org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic String getXML() throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic static SlaveServerJobStatus fromXML(String xml) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic 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 org.pentaho.di.core.Result getResult()
public void setResult(org.pentaho.di.core.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 String getId()
public void setId(String id)
id - the id to set