edu.mayo.bsi.ngsportal.server
Class UploadServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by edu.mayo.bsi.ngsportal.server.UploadServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
QCResultsUploader

public class UploadServlet
extends javax.servlet.http.HttpServlet

Class that builds a Servlet that can receive a run upload

Version:
$Revision: 1.0 $
Author:
Gregory Dougherty
See Also:
Serialized Form

Field Summary
static String kQCDataFile
          The file that contains the QC information
static String kQCRunInformation
          Information about the QC Run
static String kRunName
          The RLIMS name for the run
static String kSampleName
          The Sample Name
static String kUploadData
          Query Parameter to tell the servlet to load one or more data files
static String kUserName
          URL Parameter for the lan id of the user who will own this run
 
Constructor Summary
UploadServlet()
           
 
Method Summary
 
Methods inherited from class javax.servlet.http.HttpServlet
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kUploadData

public static final String kUploadData
Query Parameter to tell the servlet to load one or more data files

See Also:
Constant Field Values

kUserName

public static final String kUserName
URL Parameter for the lan id of the user who will own this run

See Also:
Constant Field Values

kRunName

public static final String kRunName
The RLIMS name for the run

See Also:
Constant Field Values

kSampleName

public static final String kSampleName
The Sample Name

See Also:
Constant Field Values

kQCRunInformation

public static final String kQCRunInformation
Information about the QC Run

See Also:
Constant Field Values

kQCDataFile

public static final String kQCDataFile
The file that contains the QC information

See Also:
Constant Field Values
Constructor Detail

UploadServlet

public UploadServlet()