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
KettleExceptionpublic String getXML() throws KettleException
KettleExceptionpublic static SlaveServerTransStatus fromXML(String xml) throws KettleException
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 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 © 2017 Hitachi Vantara. All rights reserved.