org.pentaho.di.www
Class RegisterSlaveServlet
java.lang.Object
  
javax.servlet.GenericServlet
      
javax.servlet.http.HttpServlet
          
org.pentaho.di.www.BaseHttpServlet
              
org.pentaho.di.www.RegisterSlaveServlet
- All Implemented Interfaces: 
 - Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, CarteServletInterface
 
public class RegisterSlaveServlet
- extends BaseHttpServlet
- implements CarteServletInterface
  
- See Also:
 - Serialized Form
 
 
 
 
| 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 | 
 
 
CONTEXT_PATH
public static final String CONTEXT_PATH
- See Also:
 - Constant Field Values
 
RegisterSlaveServlet
public RegisterSlaveServlet()
RegisterSlaveServlet
public RegisterSlaveServlet(List<SlaveServerDetection> detections)
RegisterSlaveServlet
public RegisterSlaveServlet(List<SlaveServerDetection> detections,
                            boolean isJetty)
doGet
public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws javax.servlet.ServletException,
                  IOException
- Overrides:
 doGet in class javax.servlet.http.HttpServlet
 
- Throws:
 javax.servlet.ServletException
IOException
 
toString
public String toString()
- Overrides:
 toString in class Object
 
 
getService
public String getService()
- Specified by:
 getService in interface CarteServletInterface