|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.dlese.dpc.ndr.NDRServlet
public final class NDRServlet
Servlet responsible for initializing the NDR proxy and placing it in the servlet Context.
$Id: NDRServlet.java,v 1.20 2010/05/26 21:13:20 ostwald Exp $
Constructor Summary | |
---|---|
NDRServlet()
|
Method Summary | |
---|---|
void |
destroy()
Performs shutdown operations. |
static String |
getDateStamp()
Return a string for the current time and date, sutiable for display in log files and output to standout: |
void |
init(ServletConfig config)
Make sure the repository exists and there is a master collection record before the repository manager is initilized in the DDSServlet. |
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 |
Constructor Detail |
---|
public NDRServlet()
Method Detail |
---|
public void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
config
- Description of the Parameter
ServletException
- Description of the Exceptionpublic void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet
public static String getDateStamp()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |