Package org.pentaho.di.www
Class SlaveServerTransStatus
java.lang.Object
org.pentaho.di.www.SlaveServerTransStatus
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSlaveServerTransStatus
(String transName, String id, String statusDescription) SlaveServerTransStatus
(Node transStatusNode) -
Method Summary
Modifier and TypeMethodDescriptionstatic SlaveServerTransStatus
int
getId()
int
long
org.pentaho.di.core.Result
org.pentaho.di.core.Result
getXML()
getXML
(boolean sendResultXmlWithStatus) boolean
boolean
isPaused()
boolean
boolean
boolean
void
setErrorDescription
(String errorDescription) void
setFirstLoggingLineNr
(int firstLoggingLineNr) void
void
setLastLoggingLineNr
(int lastLoggingLineNr) void
setLogDate
(Date logDate) void
setLoggingString
(String loggingString) void
setPaused
(boolean paused) void
setResult
(org.pentaho.di.core.Result result) void
setStatusDescription
(String statusDescription) void
setStepStatusList
(List<StepStatus> stepStatusList) void
setTransName
(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
-