Package org.pentaho.di.www
Class SlaveServerTransStatus
java.lang.Object
org.pentaho.di.www.SlaveServerTransStatus
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSlaveServerTransStatus(String transName, String id, String statusDescription) SlaveServerTransStatus(Node transStatusNode) -
Method Summary
Modifier and TypeMethodDescriptionstatic SlaveServerTransStatusintgetId()intlongorg.pentaho.di.core.Resultorg.pentaho.di.core.ResultgetXML()getXML(boolean sendResultXmlWithStatus) booleanbooleanisPaused()booleanbooleanbooleanvoidsetErrorDescription(String errorDescription) voidsetFirstLoggingLineNr(int firstLoggingLineNr) voidvoidsetLastLoggingLineNr(int lastLoggingLineNr) voidsetLogDate(Date logDate) voidsetLoggingString(String loggingString) voidsetPaused(boolean paused) voidsetResult(org.pentaho.di.core.Result result) voidsetStatusDescription(String statusDescription) voidsetStepStatusList(List<StepStatus> stepStatusList) voidsetTransName(String transName)
-
Field Details
-
XML_TAG
- See Also:
-
-
Constructor Details
-
SlaveServerTransStatus
public SlaveServerTransStatus() -
SlaveServerTransStatus
- Parameters:
transName-statusDescription-
-
SlaveServerTransStatus
public SlaveServerTransStatus(Node transStatusNode) throws org.pentaho.di.core.exception.KettleException - Throws:
org.pentaho.di.core.exception.KettleException
-
-
Method Details
-
getXML
- 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
- Returns:
- the statusDescription
-
setStatusDescription
- Parameters:
statusDescription- the statusDescription to set
-
getTransName
- Returns:
- the transName
-
setTransName
- Parameters:
transName- the transName to set
-
getErrorDescription
- Returns:
- the errorDescription
-
setErrorDescription
- Parameters:
errorDescription- the errorDescription to set
-
getStepStatusList
- Returns:
- the stepStatusList
-
setStepStatusList
- Parameters:
stepStatusList- the stepStatusList to set
-
getLoggingString
- Returns:
- the loggingString
-
setLoggingString
- 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
-
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
- Returns:
- the logDate
-
setLogDate
- Parameters:
the- logDate
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-