Package org.pentaho.di.www
Class SlaveServerTransStatus
- java.lang.Object
-
- org.pentaho.di.www.SlaveServerTransStatus
-
public class SlaveServerTransStatus extends Object
-
-
Constructor Summary
Constructors Constructor Description SlaveServerTransStatus()
SlaveServerTransStatus(String transName, String id, String statusDescription)
SlaveServerTransStatus(Node transStatusNode)
-
Method Summary
-
-
-
Field Detail
-
XML_TAG
public static final String XML_TAG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SlaveServerTransStatus
public SlaveServerTransStatus()
-
SlaveServerTransStatus
public SlaveServerTransStatus(String transName, String id, String statusDescription)
- Parameters:
transName
-statusDescription
-
-
SlaveServerTransStatus
public SlaveServerTransStatus(Node transStatusNode) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
-
Method Detail
-
getXML
public String getXML() throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
getXML
public String getXML(boolean sendResultXmlWithStatus) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
fromXML
public static SlaveServerTransStatus fromXML(String xml) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
getStatusDescription
public String getStatusDescription()
- Returns:
- the statusDescription
-
setStatusDescription
public void setStatusDescription(String statusDescription)
- Parameters:
statusDescription
- the statusDescription to set
-
getTransName
public String getTransName()
- Returns:
- the transName
-
setTransName
public void setTransName(String transName)
- Parameters:
transName
- the transName to set
-
getErrorDescription
public String getErrorDescription()
- Returns:
- the errorDescription
-
setErrorDescription
public void setErrorDescription(String errorDescription)
- Parameters:
errorDescription
- the errorDescription to set
-
getStepStatusList
public List<StepStatus> getStepStatusList()
- Returns:
- the stepStatusList
-
setStepStatusList
public void setStepStatusList(List<StepStatus> stepStatusList)
- Parameters:
stepStatusList
- the stepStatusList to set
-
getLoggingString
public String getLoggingString()
- Returns:
- the loggingString
-
setLoggingString
public void setLoggingString(String loggingString)
- Parameters:
loggingString
- the loggingString to set
-
isRunning
public boolean isRunning()
-
isStopped
public boolean isStopped()
-
isWaiting
public boolean isWaiting()
-
isFinished
public boolean isFinished()
-
getNrStepErrors
public long getNrStepErrors()
-
getResult
public org.pentaho.di.core.Result getResult(TransMeta transMeta)
-
getResult
public org.pentaho.di.core.Result getResult()
- Returns:
- the result
-
setResult
public void setResult(org.pentaho.di.core.Result result)
- Parameters:
result
- the result to set
-
isPaused
public boolean isPaused()
- Returns:
- the paused
-
setPaused
public void setPaused(boolean paused)
- Parameters:
paused
- the paused to set
-
getLastLoggingLineNr
public int getLastLoggingLineNr()
- Returns:
- the lastLoggingLineNr
-
setLastLoggingLineNr
public void setLastLoggingLineNr(int lastLoggingLineNr)
- Parameters:
lastLoggingLineNr
- the lastLoggingLineNr to set
-
getFirstLoggingLineNr
public int getFirstLoggingLineNr()
- Returns:
- the firstLoggingLineNr
-
setFirstLoggingLineNr
public void setFirstLoggingLineNr(int firstLoggingLineNr)
- Parameters:
firstLoggingLineNr
- the firstLoggingLineNr to set
-
getLogDate
public Date getLogDate()
- Returns:
- the logDate
-
setLogDate
public void setLogDate(Date logDate)
- Parameters:
the
- logDate
-
getId
public String getId()
- Returns:
- the id
-
setId
public void setId(String id)
- Parameters:
id
- the id to set
-
-