gov.bnl.star.offline.scheduler.Dispatchers
Interface QueueDiscriptor

All Known Implementing Classes:
LSFQueueDiscrptor

Deprecated. Replaced by GenericCompositeDispatcher

public interface QueueDiscriptor

Author:
lbhajdu

Method Summary
 java.lang.String getAssociatedDispatcherClass()
          Deprecated. Statas what dispatcher classes the class should be used with.
 java.lang.String getBatchSystemName()
          Deprecated. The name of the batch system that will run the job.
 void setBatchSystemName(java.lang.String batchSystemName)
          Deprecated. The name of the batch system that will run the job.
 

Method Detail

getBatchSystemName

java.lang.String getBatchSystemName()
Deprecated. 
The name of the batch system that will run the job. I the case of condorg this will not be the same as the dispatcher. The name should usable by condorG in the "globusscheduler=" string. It is also usable by reportting tools as it is a plain name.


setBatchSystemName

void setBatchSystemName(java.lang.String batchSystemName)
Deprecated. 
The name of the batch system that will run the job. I the case of condorg this will not be the same as the dispatcher. The name should usable by condorG in the "globusscheduler=" string. It is also usable by reportting tools as it is a plain name. The final QueueDiscriptor class should have this is as the defualt, this function exists in just in case there is a need to change the defualt value.


getAssociatedDispatcherClass

java.lang.String getAssociatedDispatcherClass()
Deprecated. 
Statas what dispatcher classes the class should be used with. Returns the dispatcher value of (Associated Dispatcher).getClass().toString()



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