Uses of Class
gov.bnl.star.offline.scheduler.request.rdl.Task

Packages that use Task
gov.bnl.star.offline.scheduler.request Contains classes that define, parse, and validate user request, both in JDL and RDL. 
gov.bnl.star.offline.scheduler.request.rdl Contains classes for building sandboxes for a jobs files. 
gov.bnl.star.offline.scheduler.util Contains some utility calles to handle tasks in separate thread, environment variables and other miscellaneous functionalities. 
 

Uses of Task in gov.bnl.star.offline.scheduler.request
 

Methods in gov.bnl.star.offline.scheduler.request that return Task
 Task Request.getTask()
          Return Task value.
 

Methods in gov.bnl.star.offline.scheduler.request with parameters of type Task
 void Request.setTask(Task task)
          Set Task attribute.
 

Uses of Task in gov.bnl.star.offline.scheduler.request.rdl
 

Subclasses of Task in gov.bnl.star.offline.scheduler.request.rdl
 class JavaTask
          An RDL java task object
 class RootTask
          An RDL root task
 class ScriptTask
          AN RDL csh script task
 

Methods in gov.bnl.star.offline.scheduler.request.rdl that return Task
 Task Application.getType()
          Returns a class of the same type as the task (ie RootTask, JavaTask, ScriptTask)
 

Methods in gov.bnl.star.offline.scheduler.request.rdl with parameters of type Task
 void Application.setType(Task type)
          Set the type of the application by giving it TaskClass of the same type
 

Uses of Task in gov.bnl.star.offline.scheduler.util
 

Methods in gov.bnl.star.offline.scheduler.util with parameters of type Task
 Application RDLApplicationResolver.findApplication(Application app, Task task)
          Takes the users app and and trys to fill it or return another valid option
 java.lang.String RDLApplicationResolver.resolve(Application app, Task task)
          resolves the command line string
 



Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.