org.pentaho.di.www
Class SlaveServerStatus
java.lang.Object
  
org.pentaho.di.www.SlaveServerStatus
public class SlaveServerStatus
- extends Object
 
 
 
 
 
XML_TAG
public static final String XML_TAG
- See Also:
 - Constant Field Values
 
SlaveServerStatus
public SlaveServerStatus()
SlaveServerStatus
public SlaveServerStatus(String statusDescription)
SlaveServerStatus
public SlaveServerStatus(String statusDescription,
                         List<SlaveServerTransStatus> transStatusList,
                         List<SlaveServerJobStatus> jobStatusList)
- Parameters:
 statusDescription - transStatusList - jobStatusList - 
SlaveServerStatus
public SlaveServerStatus(Node statusNode)
                  throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException
getXML
public String getXML()
              throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException
 
fromXML
public static SlaveServerStatus 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
 
getTransStatusList
public List<SlaveServerTransStatus> getTransStatusList()
- Returns:
 - the transStatusList
 
 
setTransStatusList
public void setTransStatusList(List<SlaveServerTransStatus> transStatusList)
- Parameters:
 transStatusList - the transStatusList to set
 
getErrorDescription
public String getErrorDescription()
- Returns:
 - the errorDescription
 
 
setErrorDescription
public void setErrorDescription(String errorDescription)
- Parameters:
 errorDescription - the errorDescription to set
 
findTransStatus
public SlaveServerTransStatus findTransStatus(String transName,
                                              String id)
 
findJobStatus
public SlaveServerJobStatus findJobStatus(String jobName)
 
getJobStatusList
public List<SlaveServerJobStatus> getJobStatusList()
- Returns:
 - the jobStatusList
 
 
setJobStatusList
public void setJobStatusList(List<SlaveServerJobStatus> jobStatusList)
- Parameters:
 jobStatusList - the jobStatusList to set