Uses of Interface
gov.bnl.star.offline.scheduler.Dispatcher

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

Uses of Dispatcher in gov.bnl.star.offline.scheduler
 

Classes in gov.bnl.star.offline.scheduler that implement Dispatcher
 class CompositeDispatcher
          Deprecated. Replaced by GenericCompositeDispatcher
 class GenericCompositeDispatcher
          This class submits all jobs to lower level dispatchers using the dispatcher object the particular job points to.
 

Methods in gov.bnl.star.offline.scheduler that return Dispatcher
 Dispatcher Job.getAssociatedDispatcher()
           
 Dispatcher ComponentLibrary.getDispatcher()
           
 Dispatcher AccessMethod.getDispatcher()
          returns the dispatcher to use to access the queues in the queue list
 Dispatcher CompositeDispatcher.getDispatcher(java.lang.String name)
          Deprecated.  
 Dispatcher ComponentLibrary.getDispatcher(java.lang.String dispatcherName)
           
 Dispatcher BatchSystem.getGridDispatcher()
          Deprecated.  
 Dispatcher BatchSystem.getLocalDispatcher()
          Deprecated.  
 

Methods in gov.bnl.star.offline.scheduler with parameters of type Dispatcher
 void GenericCompositeDispatcher.setBackUpDispatcher(Dispatcher dispatcher)
          This method sets the dispatcher to be used if the jobs AssociatedDispatcher is Null.
 void AccessMethod.setDispatcher(Dispatcher dispatcher)
          Set the dispatcher to use to access the queues in the queue list.
 void BatchSystem.setGridDispatcher(Dispatcher gridDispatcher)
          Deprecated.  
 void BatchSystem.setLocalDispatcher(Dispatcher localDispatcher)
          Deprecated.  
 

Constructors in gov.bnl.star.offline.scheduler with parameters of type Dispatcher
Scheduler(JobInitializer initializer, Policy policy, Dispatcher dispatcher)
          Creates a new scheduler, putting together an initalizer, a policy and a dispatcher.
 

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

Classes in gov.bnl.star.offline.scheduler.Dispatchers.boss that implement Dispatcher
 class BOSSDispatcher
          Dispatches a job using BOSS.
 

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

Classes in gov.bnl.star.offline.scheduler.Dispatchers.condorg that implement Dispatcher
 class CondorDispatcher
          Dispatches jobs using Condor-G on a remote site that uses LSF.
 class CondorGRSLDispatcher
          Dispatches jobs using Condor-G on a remote site that uses PBS.
 

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

Classes in gov.bnl.star.offline.scheduler.Dispatchers.local that implement Dispatcher
 class LocalDispatcher
          A dispatcher for dispatching jobs to fork on the local node.
 

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

Classes in gov.bnl.star.offline.scheduler.Dispatchers.lsf that implement Dispatcher
 class LSFDispatcher
          Dispatches a job using LSF.
 

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

Classes in gov.bnl.star.offline.scheduler.Dispatchers.pbs that implement Dispatcher
 class PBSDispatcher
          Dispatches a job using PBS.
 

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

Classes in gov.bnl.star.offline.scheduler.Dispatchers.sge that implement Dispatcher
 class SGEDispatcher
          Dispatches a jobs using SGE.
 

Uses of Dispatcher in gov.bnl.star.offline.scheduler.Dispatchers.xgrid
 

Classes in gov.bnl.star.offline.scheduler.Dispatchers.xgrid that implement Dispatcher
 class XgridDispatcher
          Dispatches a jobs using XGRID for Mac O.S.
 



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