uk.ac.soton.itinnovation.grid.service.job.webadmin
Class JobAdmin
java.lang.Object
uk.ac.soton.itinnovation.grid.service.job.webadmin.JobAdmin
public class JobAdmin
- extends Object
Code to create a web administration interface for job service.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
factory
protected static org.hibernate.SessionFactory factory
thisServiceURL
protected URL thisServiceURL
request
protected HttpServletRequest request
JobAdmin
public JobAdmin(HttpServletRequest request)
throws Stop
- Create a new JobAdmin from the parameters in this request.
- Throws:
Stop
processApplicationsPOST
public String processApplicationsPOST()
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
processJobsPOST
public String processJobsPOST()
throws Stop
- Throws:
Stop
processPluginsPOST
public void processPluginsPOST()
throws Stop
- Throws:
Stop
reloadPluginList
public void reloadPluginList()
throws Exception
- Throws:
Exception
initJobLists
public void initJobLists()
showSubmittedJobs
public void showSubmittedJobs(Writer out)
throws IOException
- Throws:
IOException
showPendingJobs
public void showPendingJobs(Writer out)
throws IOException
- Throws:
IOException
showRMOptions
public void showRMOptions(Writer out,
String name,
String[] selectedRMs)
throws IOException
- Throws:
IOException
showRMList
public void showRMList(Writer out)
throws IOException
- Throws:
IOException
doJobConfig
public void doJobConfig(Writer out)
throws Exception
- Throws:
Exception
isServiceConfigured
public boolean isServiceConfigured()
getJob
public Job getJob(String id)
throws GridFailureException
- Throws:
GridFailureException
Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.