net.sf.cantina.datasource
Class DownloadBackupServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bynet.sf.cantina.datasource.DownloadBackupServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class DownloadBackupServlet
extends javax.servlet.http.HttpServlet

Author:
Stephane JAIS
See Also:
Serialized Form

Constructor Summary
DownloadBackupServlet()
           
 
Method Summary
 void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method is synchronized, it will perform poorly when invoked simultaneously by many users.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadBackupServlet

public DownloadBackupServlet()
Method Detail

doPost

public void doPost(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws java.io.IOException,
                   javax.servlet.ServletException
This method is synchronized, it will perform poorly when invoked simultaneously by many users.

Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2004 Cantina. All Rights Reserved.