| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.apache.derby.drda.NetServlet
NetServlet | public class NetServlet extends HttpServlet (Code) | | This servlet can be used to start Derby Network Server from a remote location.
These servlet configuration parameters are understood by this servlet.
portNumber - Port number to use. The default is 1527.
startNetworkServerOnInit - Starts the Derby Network Server at servlet
initialization if 'true'.
tracingDirectory - Directory for trace files
|
getHtmlLabelledMessageInstance | public String getHtmlLabelledMessageInstance(LocalizedResource localUtil, String key, String id)(Code) | | get an HTML labelled message from the resource bundle file, according to
the given key.
|
init | public void init(ServletConfig config) throws ServletException(Code) | | Initialize the servlet.
Configuration parameters:
portNumber - Port number
traceDirectory - location of trace directory
startNetworkServerOnInit - start the server on initialization
|
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|