|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.ibm.websphere.webmsg.publisher.jndijms.JmsPublisherServlet
public class JmsPublisherServlet
Servlet implementation class for Servlet: JmsPublisherServlet. Keeps an instance of an JmsPublisher in the servlet context for other servlets to use.
Field Summary | |
---|---|
static java.lang.String |
PUBLISHER_SERVLET_CONTEXT_KEY
Key to store in servlet context. |
Constructor Summary | |
---|---|
JmsPublisherServlet()
|
Method Summary | |
---|---|
void |
destroy()
|
void |
init()
Instantiates and initialises a JmsPublisher instance using the Servlet init Parameters are automatically passed to the initialisation routines of the JmsPublisher. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.Servlet |
---|
getServletConfig, getServletInfo, init, service |
Field Detail |
---|
public static final java.lang.String PUBLISHER_SERVLET_CONTEXT_KEY
Constructor Detail |
---|
public JmsPublisherServlet()
HttpServlet.HttpServlet()
Method Detail |
---|
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
Servlet.destroy()
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
GenericServlet.init()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |