public class EJBServlet extends GenericServlet
| Constructor and Description | 
|---|
| EJBServlet() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toStringprotected java.lang.String getDefaultProtocolContainer()
public void setDebug(boolean debug)
public void setURLPrefix(java.lang.String prefix)
public void init()
          throws ServletException
init in class GenericServletServletExceptionpublic 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 HttpServletRequestjava.io.IOExceptionServletExceptionpublic void destroy()
GenericServletdestroy in interface Servletdestroy in class GenericServlet