org.pentaho.di.www
Class GetSlavesServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.pentaho.di.www.BaseHttpServlet
              extended by org.pentaho.di.www.GetSlavesServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, CarteServletInterface

public class GetSlavesServlet
extends BaseHttpServlet
implements CarteServletInterface

See Also:
Serialized Form

Field Summary
static String CONTEXT_PATH
           
static String XML_TAG_SLAVESERVER_DETECTIONS
           
 
Constructor Summary
GetSlavesServlet()
           
GetSlavesServlet(List<SlaveServerDetection> slaveServers)
           
GetSlavesServlet(List<SlaveServerDetection> slaveServers, boolean isJetty)
           
 
Method Summary
 String getService()
           
 String toString()
           
 
Methods inherited from class org.pentaho.di.www.BaseHttpServlet
convertContextPath, getDetections, getJobMap, getSocketRepository, getTransformationMap, isJettyMode, logBasic, logBasic, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logRowlevel, setJettyMode
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XML_TAG_SLAVESERVER_DETECTIONS

public static final String XML_TAG_SLAVESERVER_DETECTIONS
See Also:
Constant Field Values

CONTEXT_PATH

public static final String CONTEXT_PATH
See Also:
Constant Field Values
Constructor Detail

GetSlavesServlet

public GetSlavesServlet()

GetSlavesServlet

public GetSlavesServlet(List<SlaveServerDetection> slaveServers)

GetSlavesServlet

public GetSlavesServlet(List<SlaveServerDetection> slaveServers,
                        boolean isJetty)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getService

public String getService()
Specified by:
getService in interface CarteServletInterface