| javax.servlet.http.HttpServlet org.objectweb.sampleCluster2.web.AbstractServlet
All known Subclasses: org.objectweb.sampleCluster2.web.ReleaseServlet, org.objectweb.sampleCluster2.web.SessionServlet, org.objectweb.sampleCluster2.web.CheckServlet, org.objectweb.sampleCluster2.web.ExceptionServlet,
AbstractServlet | abstract public class AbstractServlet extends HttpServlet (Code) | | author: goebelg author: Servlet super class |
createStatefulEJB | public MyStateful createStatefulEJB()(Code) | | Creates a new Statefull session bean.
A new session bean |
getLogger | public Logger getLogger()(Code) | | Get the logger
the logger |
getMyJonasInstanceName | public static String getMyJonasInstanceName()(Code) | | Retrieve the name of the JOnAS node where the servlet is executed.
The JOnAS node name where the servlet is executed. |
init | public void init()(Code) | | Servlet initialization
|
theEJB | public MyEjb1 theEJB()(Code) | | Creates a new stateless session bean.
a new stateless session bean |
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)
|
|
|