public class SlaveServerTransStatus extends Object
Constructor and Description |
---|
SlaveServerTransStatus() |
SlaveServerTransStatus(Node transStatusNode) |
SlaveServerTransStatus(String transName,
String id,
String statusDescription) |
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.KettleException
public String getXML() throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException
public static SlaveServerTransStatus fromXML(String xml) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException
public 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 Date getLogDate()
public void setLogDate(Date logDate)
the
- logDatepublic String getId()
public void setId(String id)
id
- the id to set