org.cometd.oort
Class SetiServlet
java.lang.Object
org.cometd.oort.SetiServlet
- All Implemented Interfaces:
- Servlet
public class SetiServlet
- extends Object
- implements Servlet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetiServlet
public SetiServlet()
destroy
public void destroy()
- Specified by:
destroy in interface Servlet
getServletConfig
public ServletConfig getServletConfig()
- Specified by:
getServletConfig in interface Servlet
getServletInfo
public String getServletInfo()
- Specified by:
getServletInfo in interface Servlet
init
public void init(ServletConfig config)
throws ServletException
- Specified by:
init in interface Servlet
- Throws:
ServletException
service
public void service(ServletRequest req,
ServletResponse res)
throws ServletException,
IOException
- Specified by:
service in interface Servlet
- Throws:
ServletException
IOException
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.