Uses of Class
gov.bnl.star.offline.scheduler.Dispatchers.lsf.CSHApplication

Packages that use CSHApplication
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. 
 

Uses of CSHApplication in gov.bnl.star.offline.scheduler.Dispatchers.boss
 

Fields in gov.bnl.star.offline.scheduler.Dispatchers.boss declared as CSHApplication
protected  CSHApplication BOSSDispatcher.application
           
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.boss that return CSHApplication
 CSHApplication BOSSDispatcher.getApplication()
          Get the class that writes the sricpt that will be executed by the batch system
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.boss with parameters of type CSHApplication
 void BOSSDispatcher.setApplication(CSHApplication application)
          Set the class that writes the sricpt that will be executed by the batch system
 

Uses of CSHApplication in gov.bnl.star.offline.scheduler.Dispatchers.condorg
 

Fields in gov.bnl.star.offline.scheduler.Dispatchers.condorg declared as CSHApplication
protected  CSHApplication CondorGRSLDispatcher.application
           
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.condorg that return CSHApplication
 CSHApplication CondorDispatcher.getApplication()
          Get the class that writes the sricpt that will be executed by the batch system
 CSHApplication CondorGRSLDispatcher.getApplication()
          Get the class that writes the sricpt that will be executed by the batch system
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.condorg with parameters of type CSHApplication
 void CondorDispatcher.setApplication(CSHApplication application)
          Set the class that writes the sricpt that will be executed by the batch system
 void CondorGRSLDispatcher.setApplication(CSHApplication application)
          Set the class that writes the sricpt that will be executed by the batch system
 

Uses of CSHApplication in gov.bnl.star.offline.scheduler.Dispatchers.local
 

Fields in gov.bnl.star.offline.scheduler.Dispatchers.local declared as CSHApplication
protected  CSHApplication LocalDispatcher.application
           
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.local that return CSHApplication
 CSHApplication LocalDispatcher.getApplication()
          Get the class that writes the sricpt that will be executed by the batch system
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.local with parameters of type CSHApplication
 void LocalDispatcher.setApplication(CSHApplication application)
          Set the class that writes the sricpt that will be executed by the batch system
 

Uses of CSHApplication in gov.bnl.star.offline.scheduler.Dispatchers.lsf
 

Fields in gov.bnl.star.offline.scheduler.Dispatchers.lsf declared as CSHApplication
protected  CSHApplication LSFDispatcher.application
           
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.lsf that return CSHApplication
 CSHApplication LSFDispatcher.getApplication()
          recovers the initialized object that writes the CSH application
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.lsf with parameters of type CSHApplication
 void LSFDispatcher.setApplication(CSHApplication application)
          Sets the object initialized that writes the CSH script.
 

Uses of CSHApplication in gov.bnl.star.offline.scheduler.Dispatchers.pbs
 

Fields in gov.bnl.star.offline.scheduler.Dispatchers.pbs declared as CSHApplication
protected  CSHApplication PBSDispatcher.application
           
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.pbs that return CSHApplication
 CSHApplication PBSDispatcher.getApplication()
          Get the class that writes the sricpt that will be executed by the batch system
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.pbs with parameters of type CSHApplication
 void PBSDispatcher.setApplication(CSHApplication application)
          Set the class that writes the sricpt that will be executed by the batch system
 

Uses of CSHApplication in gov.bnl.star.offline.scheduler.Dispatchers.sge
 

Fields in gov.bnl.star.offline.scheduler.Dispatchers.sge declared as CSHApplication
protected  CSHApplication SGEDispatcher.application
           
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.sge that return CSHApplication
 CSHApplication SGEDispatcher.getApplication()
          Get the class that writes the sricpt that will be executed by the batch system
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.sge with parameters of type CSHApplication
 void SGEDispatcher.setApplication(CSHApplication application)
          Set the class that writes the sricpt that will be executed by the batch system
 



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