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.
OortMulticastConfigServlet,
Serialized Form| Constructor and Description |
|---|
SetiServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init(javax.servlet.ServletConfig config) |
protected Seti |
newSeti(Oort oort) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletCopyright © 2008–2019 The CometD Project. All rights reserved.