Uses of Package
gov.bnl.star.offline.scheduler.request

Packages that use gov.bnl.star.offline.scheduler.request
gov.bnl.star.offline.scheduler Core classes and interfaces that provide the skeleton components for scheduler. 
gov.bnl.star.offline.scheduler.Dispatchers.boss Allows the scheduler to dispatch jobs to the BOSS batch system. 
gov.bnl.star.offline.scheduler.Dispatchers.condorg Allows the scheduler to dispatch jobs to Condor directly or over the GRID using Condor-G. 
gov.bnl.star.offline.scheduler.Dispatchers.local Contains all the classes that enable the scheduler to dispatch jobs to the local node you are currently running on. 
gov.bnl.star.offline.scheduler.Dispatchers.lsf Contains all the classes that enable the scheduler to dispatch jobs to LSF. 
gov.bnl.star.offline.scheduler.Dispatchers.pbs Holds dispatcher for PDS batchsystem. 
gov.bnl.star.offline.scheduler.Dispatchers.sge Holds dispatcher for SGE batchsystem. 
gov.bnl.star.offline.scheduler.Dispatchers.xgrid Holds dispatcher for Mac O.S. 
gov.bnl.star.offline.scheduler.bnl Contains classes specific to the BNL deployment. 
gov.bnl.star.offline.scheduler.dataset.catalog Contains implementations of the catalog interface and sub classes. 
gov.bnl.star.offline.scheduler.dataset.datasetManipulators Contains class for manipulating large datasets. 
gov.bnl.star.offline.scheduler.initializer Contains the initializers developed for the Scheduler. 
gov.bnl.star.offline.scheduler.policy Contains all the policies being developed for the Scheduler. 
gov.bnl.star.offline.scheduler.policy.copyselector Contains all the copy selectors, that is the algorythms that select a copy of a file from the result of a query. 
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.util Contains some utility calles to handle tasks in separate thread, environment variables and other miscellaneous functionalities. 
gov.bnl.star.offline.scheduler.util.persistent Contains classes needed to save the request and job state to disk and read them back. 
gov.bnl.star.offline.scheduler.util.sandbox Contains classes that define sub parts of an RDL request. 
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.Dispatchers.boss
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.Dispatchers.condorg
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.Dispatchers.local
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.Dispatchers.lsf
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.Dispatchers.pbs
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.Dispatchers.sge
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.Dispatchers.xgrid
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.bnl
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.dataset.catalog
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.dataset.datasetManipulators
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.initializer
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.policy
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.policy.copyselector
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.request
Request
          Holds all the informations describing a job to be executed by the scheduler.
RequestHandler
          Abstract parent class to read STAR scheduler job request elements and create a Request.
RequestTypeException
          Subclass of SAXException thrown by RequestTypeParser to stop parsing once the RequestType is found
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.util
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.util.persistent
Request
          Holds all the informations describing a job to be executed by the scheduler.
 

Classes in gov.bnl.star.offline.scheduler.request used by gov.bnl.star.offline.scheduler.util.sandbox
Request
          Holds all the informations describing a job to be executed by the scheduler.
 



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