|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
com.caucho.ejb.EJBServlet
public class EJBServlet
Servlet for serving EJBs from the Resin web server.
| Constructor Summary | |
|---|---|
EJBServlet()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Called when the servlet (and the application) shuts down. |
protected java.lang.String |
getDefaultProtocolContainer()
|
void |
init()
Initialize the servlet |
void |
service(ServletRequest request,
ServletResponse response)
Execute a request. |
void |
setDebug(boolean debug)
Set true for a debug. |
void |
setURLPrefix(java.lang.String prefix)
|
| Methods inherited from class javax.servlet.GenericServlet |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EJBServlet()
| Method Detail |
|---|
protected java.lang.String getDefaultProtocolContainer()
public void setDebug(boolean debug)
public void setURLPrefix(java.lang.String prefix)
public void init()
throws ServletException
init in class GenericServletServletException
public void service(ServletRequest request,
ServletResponse response)
throws java.io.IOException,
ServletException
request - request information. Normally servlets will cast this
to HttpServletRequestresponse - response information. Normally servlets will cast this
to HttpServletRequest
java.io.IOException
ServletExceptionpublic void destroy()
GenericServlet
destroy in interface Servletdestroy in class GenericServlet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||