public class AllocateServerSocketServlet extends BaseHttpServlet implements CartePluginInterface
| Modifier and Type | Field and Description | 
|---|---|
static String | 
CONTEXT_PATH  | 
static String | 
PARAM_HOSTNAME  | 
static String | 
PARAM_ID  | 
static String | 
PARAM_RANGE_START  | 
static String | 
PARAM_SOURCE_SLAVE  | 
static String | 
PARAM_SOURCE_STEPCOPY  | 
static String | 
PARAM_SOURCE_STEPNAME  | 
static String | 
PARAM_TARGET_SLAVE  | 
static String | 
PARAM_TARGET_STEPCOPY  | 
static String | 
PARAM_TARGET_STEPNAME  | 
static String | 
PARAM_TRANSFORMATION_NAME  | 
static String | 
XML_TAG_PORT  | 
| Constructor and Description | 
|---|
AllocateServerSocketServlet()  | 
AllocateServerSocketServlet(TransformationMap transformationMap)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
doGet(javax.servlet.http.HttpServletRequest request,
     javax.servlet.http.HttpServletResponse response)  | 
String | 
getContextPath()  | 
String | 
getService()  | 
String | 
toString()  | 
convertContextPath, getDetections, getJobMap, getSocketRepository, getTransformationMap, isJettyMode, logBasic, logBasic, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logRowlevel, setJettyMode, setupdestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, logequals, getClass, hashCode, notify, notifyAll, wait, wait, waitisJettyMode, setJettyMode, setuppublic static final String CONTEXT_PATH
public static final String PARAM_RANGE_START
public static final String PARAM_HOSTNAME
public static final String PARAM_ID
public static final String PARAM_TRANSFORMATION_NAME
public static final String PARAM_SOURCE_SLAVE
public static final String PARAM_SOURCE_STEPNAME
public static final String PARAM_SOURCE_STEPCOPY
public static final String PARAM_TARGET_SLAVE
public static final String PARAM_TARGET_STEPNAME
public static final String PARAM_TARGET_STEPCOPY
public static final String XML_TAG_PORT
public AllocateServerSocketServlet()
public AllocateServerSocketServlet(TransformationMap transformationMap)
public void doGet(javax.servlet.http.HttpServletRequest request,
         javax.servlet.http.HttpServletResponse response)
           throws javax.servlet.ServletException,
                  IOException
doGet in interface CartePluginInterfacedoGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic String getService()
getService in interface CarteServletInterfacepublic String getContextPath()
getContextPath in interface CartePluginInterface