Package org.dlese.dpc.ndr
Class NDRServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.dlese.dpc.ndr.NDRServlet
- All Implemented Interfaces:
Serializable,Servlet,ServletConfig
Servlet responsible for initializing the NDR proxy and placing it in the servlet Context.
- Author:
- Jonathan Ostwald
$Id: NDRServlet.java,v 1.20 2010/05/26 21:13:20 ostwald Exp $
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Performs shutdown operations.static StringReturn a string for the current time and date, sutiable for display in log files and output to standout:voidinit(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, serviceMethods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
NDRServlet
public NDRServlet()
-
-
Method Details
-
init
Make sure the repository exists and there is a master collection record before the repository manager is initilized in the DDSServlet.- Specified by:
initin interfaceServlet- Overrides:
initin classGenericServlet- Parameters:
config- Description of the Parameter- Throws:
ServletException- Description of the Exception
-
destroy
public void destroy()Performs shutdown operations.- Specified by:
destroyin interfaceServlet- Overrides:
destroyin classGenericServlet
-
getDateStamp
Return a string for the current time and date, sutiable for display in log files and output to standout:- Returns:
- The dateStamp value
-