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 KettleException
KettleException
public String getXML() throws KettleException
KettleException
public String getXML(boolean sendResultXmlWithStatus) throws KettleException
KettleException
public static SlaveServerTransStatus fromXML(String xml) throws KettleException
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 Result getResult()
public void setResult(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 setCopyright © 2018 Hitachi Vantara. All rights reserved.