public class SlaveServerTransStatus extends Object
| Constructor and Description | 
|---|
SlaveServerTransStatus()  | 
SlaveServerTransStatus(Node transStatusNode)  | 
SlaveServerTransStatus(String transName,
                      String id,
                      String statusDescription)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SlaveServerTransStatus | 
fromXML(String xml)  | 
String | 
getErrorDescription()  | 
int | 
getFirstLoggingLineNr()  | 
String | 
getId()  | 
int | 
getLastLoggingLineNr()  | 
String | 
getLoggingString()  | 
long | 
getNrStepErrors()  | 
org.pentaho.di.core.Result | 
getResult()  | 
org.pentaho.di.core.Result | 
getResult(TransMeta transMeta)  | 
String | 
getStatusDescription()  | 
List<StepStatus> | 
getStepStatusList()  | 
String | 
getTransName()  | 
String | 
getXML()  | 
boolean | 
isPaused()  | 
boolean | 
isRunning()  | 
boolean | 
isStopped()  | 
boolean | 
isWaiting()  | 
void | 
setErrorDescription(String errorDescription)  | 
void | 
setFirstLoggingLineNr(int firstLoggingLineNr)  | 
void | 
setId(String id)  | 
void | 
setLastLoggingLineNr(int lastLoggingLineNr)  | 
void | 
setLoggingString(String loggingString)  | 
void | 
setPaused(boolean paused)  | 
void | 
setResult(org.pentaho.di.core.Result result)  | 
void | 
setStatusDescription(String statusDescription)  | 
void | 
setStepStatusList(List<StepStatus> stepStatusList)  | 
void | 
setTransName(String transName)  | 
public static final String XML_TAG
public SlaveServerTransStatus()
public SlaveServerTransStatus(String transName, String id, String statusDescription)
transName - statusDescription - public SlaveServerTransStatus(Node transStatusNode) 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 SlaveServerTransStatus 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 getTransName()
public void setTransName(String transName)
transName - the transName to setpublic String getErrorDescription()
public void setErrorDescription(String errorDescription)
errorDescription - the errorDescription to setpublic List<StepStatus> getStepStatusList()
public void setStepStatusList(List<StepStatus> stepStatusList)
stepStatusList - the stepStatusList to setpublic String getLoggingString()
public void setLoggingString(String loggingString)
loggingString - the loggingString to setpublic boolean isRunning()
public boolean isStopped()
public boolean isWaiting()
public long getNrStepErrors()
public org.pentaho.di.core.Result getResult(TransMeta transMeta)
public org.pentaho.di.core.Result getResult()
public void setResult(org.pentaho.di.core.Result result)
result - the result to setpublic boolean isPaused()
public void setPaused(boolean paused)
paused - the paused to setpublic int getLastLoggingLineNr()
public void setLastLoggingLineNr(int lastLoggingLineNr)
lastLoggingLineNr - the lastLoggingLineNr to setpublic int getFirstLoggingLineNr()
public void setFirstLoggingLineNr(int firstLoggingLineNr)
firstLoggingLineNr - the firstLoggingLineNr to setpublic String getId()
public void setId(String id)
id - the id to set