public final class NDRServlet
extends javax.servlet.http.HttpServlet
$Id: NDRServlet.java,v 1.20 2010/05/26 21:13:20 ostwald Exp $
| Constructor and Description |
|---|
NDRServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Performs shutdown operations.
|
static java.lang.String |
getDateStamp()
Return a string for the current time and date, sutiable for display in log
files and output to standout:
|
void |
init(javax.servlet.ServletConfig config)
Make sure the repository exists and there is a master collection record before the repository manager is
initilized in the DDSServlet.
|
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.GenericServletconfig - Description of the Parameterjavax.servlet.ServletException - Description of the Exceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic static java.lang.String getDateStamp()