gov.bnl.star.offline.scheduler
Class BatchSystem

java.lang.Object
  extended by gov.bnl.star.offline.scheduler.BatchSystem

Deprecated. This config object is no longer used

public class BatchSystem
extends java.lang.Object

Author:
Levente Hajdu

Constructor Summary
BatchSystem()
          Deprecated. Creates a new instance of BatchSystemt
 
Method Summary
 void addGatekeeper(GateKeeperAccessPoint gateKeeper)
          Deprecated. This function is used to configure the batch system, use it to add Gatekeeper objects that are able to submit to the batch system.
 void addQueue(Queue queue)
          Deprecated.  
 GateKeeperAccessPoint getGatekeeper()
          Deprecated.  
 java.util.List getGatekeepers()
          Deprecated.  
 Dispatcher getGridDispatcher()
          Deprecated.  
 Dispatcher getLocalDispatcher()
          Deprecated.  
 java.lang.String getName()
          Deprecated. Returns the name of the batch systemt.
 java.util.List getQueues()
          Deprecated.  
 Site getSite()
          Deprecated.  
 void setGatekeepers(java.util.List gatekeepers)
          Deprecated.  
 void setGridDispatcher(Dispatcher gridDispatcher)
          Deprecated.  
 void setLocalDispatcher(Dispatcher localDispatcher)
          Deprecated.  
 void setName(java.lang.String name)
          Deprecated. Sets the named of the batch systemt Examples: "sge", "LSF", "condor", "pbs" This should be set in the config file.
 void setQueues(java.util.List queues)
          Deprecated.  
 void setSite(Site site)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchSystem

public BatchSystem()
Deprecated. 
Creates a new instance of BatchSystemt

Method Detail

getSite

public Site getSite()
Deprecated. 

setSite

public void setSite(Site site)
Deprecated. 

getName

public java.lang.String getName()
Deprecated. 
Returns the name of the batch systemt. Examples: "sge", "LSF", "condor", "pbs"


setName

public void setName(java.lang.String name)
Deprecated. 
Sets the named of the batch systemt Examples: "sge", "LSF", "condor", "pbs" This should be set in the config file.


addGatekeeper

public void addGatekeeper(GateKeeperAccessPoint gateKeeper)
Deprecated. 
This function is used to configure the batch system, use it to add Gatekeeper objects that are able to submit to the batch system. Note that this function can be called multiple time for add multiple objects.


getGatekeeper

public GateKeeperAccessPoint getGatekeeper()
Deprecated. 

getGatekeepers

public java.util.List getGatekeepers()
Deprecated. 

setGatekeepers

public void setGatekeepers(java.util.List gatekeepers)
Deprecated. 

addQueue

public void addQueue(Queue queue)
Deprecated. 

setQueues

public void setQueues(java.util.List queues)
Deprecated. 

getQueues

public java.util.List getQueues()
Deprecated. 

setLocalDispatcher

public void setLocalDispatcher(Dispatcher localDispatcher)
Deprecated. 

getLocalDispatcher

public Dispatcher getLocalDispatcher()
Deprecated. 

setGridDispatcher

public void setGridDispatcher(Dispatcher gridDispatcher)
Deprecated. 

getGridDispatcher

public Dispatcher getGridDispatcher()
Deprecated. 


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