Package org.cometd.oort
Class SetiServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.cometd.oort.SetiServlet
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class SetiServlet
extends javax.servlet.http.HttpServlet
This servlet initializes and configures and instance of the Seti
user mapper.
This servlet must be initialized after an instance the Oort servlet
that creates the Oort
instance.
Override method newSeti(Oort)
to return a customized
instance of Seti
.
- See Also:
OortMulticastConfigServlet
, Serialized Form
-
Constructor Summary
Constructors Constructor Description SetiServlet()
-
Method Summary
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
Constructor Details
-
SetiServlet
public SetiServlet()
-
-
Method Details
-
init
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException- Specified by:
init
in interfacejavax.servlet.Servlet
- Overrides:
init
in classjavax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
-
newSeti
-
destroy
public void destroy()- Specified by:
destroy
in interfacejavax.servlet.Servlet
- Overrides:
destroy
in classjavax.servlet.GenericServlet
-