- doService
    CtsServlet::ServletService::ServiceStatus doService
    (
        in string path
    )
    raises (CtsServlet::JagServletException);
 - pingServlet
    long pingServlet
    (
        in string servletName
    )
    raises (CtsServlet::JagServletException);
 - processErrorPage
    boolean processErrorPage
    (
        in long statusCode,
        in string errorMessage
    )
    raises (CtsServlet::JagServletException);
 - refreshServlet
    long refreshServlet
    (
        in string servletName,
        in boolean refreshIfActive
    )
    raises (CtsServlet::JagServletException);
 - refreshServlet__webAppName
    long refreshServlet__webAppName
    (
        in string webAppName,
        in string servletName,
        in boolean refreshIfActive
    )
    raises (CtsServlet::JagServletException);
 - startServlet
    long startServlet
    (
        in string servletName,
        in boolean force
    )
    raises (CtsServlet::JagServletException);
 - startServlet__webAppName
    long startServlet__webAppName
    (
        in string webAppName,
        in string servletName,
        in boolean force
    )
    raises (CtsServlet::JagServletException);
 - startWebAppServlets
    long startWebAppServlets
    (
        in string webAppName
    )
    raises (CtsServlet::JagServletException);
 - stopServlet
    long stopServlet
    (
        in string servletName,
        in boolean stopAll,
        in boolean stopIfActive
    )
    raises (CtsServlet::JagServletException);
 - stopServlet__webAppName
    long stopServlet__webAppName
    (
        in string webAppName,
        in string servletName,
        in boolean stopAll,
        in boolean stopIfActive
    )
    raises (CtsServlet::JagServletException);