uk.ac.soton.itinnovation.grid.service.data.webadmin
Class DataAdmin

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.data.webadmin.DataAdmin

public class DataAdmin
extends Object


Field Summary
protected static org.hibernate.SessionFactory factory
           
protected  HttpServletRequest request
           
 
Constructor Summary
DataAdmin(HttpServletRequest request)
          Create a new JobAdmin from the parameters in this request.
 
Method Summary
 String processPOST()
          Check whether this request is a POST asking us to update anything.
 void showStagers(Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factory

protected static org.hibernate.SessionFactory factory

request

protected HttpServletRequest request
Constructor Detail

DataAdmin

public DataAdmin(HttpServletRequest request)
          throws Stop
Create a new JobAdmin from the parameters in this request.

Throws:
Stop
Method Detail

processPOST

public String processPOST()
                   throws Stop
Check whether this request is a POST asking us to update anything.

Returns:
a success message, or null if no action was performed
Throws:
Stop

showStagers

public void showStagers(Writer out)
                 throws IOException
Throws:
IOException


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.