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

Packages that use LocalAccessPoint
gov.bnl.star.offline.scheduler Core classes and interfaces that provide the skeleton components for scheduler. 
 

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

Subclasses of LocalAccessPoint in gov.bnl.star.offline.scheduler
 class GateKeeperAccessPoint
          A configuration object used to describe how to access a site from a gatekeeper.
 

Methods in gov.bnl.star.offline.scheduler that return LocalAccessPoint
 LocalAccessPoint Job.getAccessPoint()
           
 LocalAccessPoint AccessMethod.getAssociatedAccessPoint()
           
 

Methods in gov.bnl.star.offline.scheduler with parameters of type LocalAccessPoint
 void Site.addAccessPoint(LocalAccessPoint accessPoint)
          This function should be called from the config file, it adds an access object (GateKeeperAccess, LocalAccess) to a access list.
 void AccessMethod.addAccessPoint(LocalAccessPoint AccessPoint)
           
 void Site.addLocalAccess(LocalAccessPoint localAccess)
          Used to add a local access point to this site, from which jobs can be submitted Note: This function is called from the config file.
 void Job.setAccessPoint(LocalAccessPoint accessPoint)
           
 



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