|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--Database
Class servlet to execute on server. It makes the comunication of client with server.
Constructor Summary | |
Database()
|
Method Summary | |
void |
init(javax.servlet.ServletConfig conf)
Method that initializes the servlet. |
void |
service(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse resp)
Method that opens connection with one agent and send or receive information to/from it. |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Database()
Method Detail |
public void init(javax.servlet.ServletConfig conf) throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
public void service(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) throws javax.servlet.ServletException, java.io.IOException
service
in class javax.servlet.GenericServlet
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |