Uses of Class
gov.bnl.star.offline.scheduler.GateKeeperAccessPoint

Packages that use GateKeeperAccessPoint
gov.bnl.star.offline.scheduler Core classes and interfaces that provide the skeleton components for scheduler. 
gov.bnl.star.offline.scheduler.util Contains some utility calles to handle tasks in separate thread, environment variables and other miscellaneous functionalities. 
 

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

Methods in gov.bnl.star.offline.scheduler that return GateKeeperAccessPoint
 GateKeeperAccessPoint Site.getFileTransferGatekeeper()
          Returns a gatekeeper object form this site that can be used for file transfers
 GateKeeperAccessPoint BatchSystem.getGatekeeper()
          Deprecated.  
 

Methods in gov.bnl.star.offline.scheduler with parameters of type GateKeeperAccessPoint
 void AccessMethod.addAccessPoint(GateKeeperAccessPoint AccessPoint)
          The user need not configure this this member the access point will configure it when the object is added.
 void Site.AddFileTransferGatekeeper(GateKeeperAccessPoint gateKeeper)
          Adds a file Transfer gatekeepers object to the site.
 void BatchSystem.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 Site.addGateKeeperAccess(GateKeeperAccessPoint gateKeeperAccessPoint)
          Used to add a gatekeeper to this site, to which jobs can be submitted Note: This function is called from the config file.
 

Uses of GateKeeperAccessPoint in gov.bnl.star.offline.scheduler.util
 

Methods in gov.bnl.star.offline.scheduler.util that return GateKeeperAccessPoint
 GateKeeperAccessPoint ConfigToolkit.myLocalFileGateKeeper()
           
 



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