vgrid.web.struts
Class StrutsServer

java.lang.Object
  extended by vgrid.web.struts.StrutsServer

public class StrutsServer
extends java.lang.Object

Wrapper around a server that prepares beans to be displayed on the web pages.


Constructor Summary
StrutsServer(ExecutingPlodderServer srv)
           
 
Method Summary
 java.util.Collection getConfs()
           
 StrutsJob getJob(java.lang.String jobID)
           
 java.util.Collection getJobs()
           
 java.util.Collection getLibs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrutsServer

public StrutsServer(ExecutingPlodderServer srv)
Method Detail

getConfs

public java.util.Collection getConfs()

getJobs

public java.util.Collection getJobs()
                             throws VgridException
Throws:
VgridException

getLibs

public java.util.Collection getLibs()

getJob

public StrutsJob getJob(java.lang.String jobID)
                 throws VgridException
Throws:
VgridException


vgrid the vienna grid project