Uses of Class
org.griphyn.cPlanner.poolinfo.PoolInfoProvider

Packages that use PoolInfoProvider
org.griphyn.common.catalog.transformation   
org.griphyn.cPlanner.classes   
org.griphyn.cPlanner.cluster.aggregator   
org.griphyn.cPlanner.code.generator   
org.griphyn.cPlanner.code.generator.condor   
org.griphyn.cPlanner.code.generator.condor.style   
org.griphyn.cPlanner.code.gridstart   
org.griphyn.cPlanner.engine   
org.griphyn.cPlanner.engine.cleanup   
org.griphyn.cPlanner.poolinfo   
org.griphyn.cPlanner.selector.site   
org.griphyn.cPlanner.selector.site.heft   
org.griphyn.cPlanner.transfer.implementation   
org.griphyn.cPlanner.transfer.refiner   
org.griphyn.cPlanner.transfer.sls   
org.griphyn.vdl.planner   
 

Uses of PoolInfoProvider in org.griphyn.common.catalog.transformation
 

Fields in org.griphyn.common.catalog.transformation declared as PoolInfoProvider
protected  PoolInfoProvider Mapper.mPoolHandle
          The handle to the RIC.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.classes
 

Fields in org.griphyn.cPlanner.classes declared as PoolInfoProvider
private  PoolInfoProvider PegasusBag.mSCHandle
          The handle to the site catalog.
 

Methods in org.griphyn.cPlanner.classes that return PoolInfoProvider
 PoolInfoProvider PegasusBag.getHandleToSiteCatalog()
          A convenice method to get the handle to the site catalog.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.cluster.aggregator
 

Fields in org.griphyn.cPlanner.cluster.aggregator declared as PoolInfoProvider
protected  PoolInfoProvider Abstract.mSiteHandle
          Handle to the site catalog.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.code.generator
 

Fields in org.griphyn.cPlanner.code.generator declared as PoolInfoProvider
private  PoolInfoProvider GRMS.mPoolHandle
          Handle to the pool provider.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.code.generator.condor
 

Fields in org.griphyn.cPlanner.code.generator.condor declared as PoolInfoProvider
private  PoolInfoProvider CondorGenerator.mPoolHandle
          Handle to the pool provider.
 

Methods in org.griphyn.cPlanner.code.generator.condor with parameters of type PoolInfoProvider
 void CondorStyle.initialize(PegasusProperties properties, PoolInfoProvider siteCatalog)
          Initializes the Condor Style implementation.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.code.generator.condor.style
 

Fields in org.griphyn.cPlanner.code.generator.condor.style declared as PoolInfoProvider
protected  PoolInfoProvider Abstract.mSCHandle
          The handle to the Site Catalog.
 

Methods in org.griphyn.cPlanner.code.generator.condor.style with parameters of type PoolInfoProvider
 void CondorStyleFactory.initialize(PegasusProperties properties, PoolInfoProvider siteCatalog)
          Initializes the Factory.
 void Abstract.initialize(PegasusProperties properties, PoolInfoProvider siteCatalog)
          Initializes the Code Style implementation.
private  CondorStyle CondorStyleFactory.loadInstance(PegasusProperties properties, PoolInfoProvider siteCatalog, String className)
          This method loads the appropriate Condor Style using reflection.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.code.gridstart
 

Fields in org.griphyn.cPlanner.code.gridstart declared as PoolInfoProvider
private  PoolInfoProvider NoGridStart.mSiteHandle
          Handle to the site catalog.
private  PoolInfoProvider Kickstart.mSiteHandle
          Handle to the site catalog.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.engine
 

Fields in org.griphyn.cPlanner.engine declared as PoolInfoProvider
private  PoolInfoProvider Authenticate.mPoolHandle
          The handle to the Pool Info Provider.
private  PoolInfoProvider ThreadPool.mPoolHandle
          The handle to the Pool Info Provider.
protected  PoolInfoProvider Engine.mPoolHandle
          The handle to the Pool Info Provider.
 

Constructors in org.griphyn.cPlanner.engine with parameters of type PoolInfoProvider
Authenticate(PegasusProperties properties, PoolInfoProvider poolHandle)
          The overloaded constructor.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.engine.cleanup
 

Fields in org.griphyn.cPlanner.engine.cleanup declared as PoolInfoProvider
protected  PoolInfoProvider Cleanup.mSiteHandle
          Handle to the site catalog.
protected  PoolInfoProvider RM.mSiteHandle
          Handle to the site catalog.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.poolinfo
 

Subclasses of PoolInfoProvider in org.griphyn.cPlanner.poolinfo
 class Abstract
          An abstract implementation of the PoolInfoProvider.
 class Text
          It gets the information about a pool by reading the multiline site catalog that is in a multiline format.
 class XML
          It gets the information about a pool by reading the pool config xml that is generated from querying mds or using the static information provided by the user at the submit host.
 

Methods in org.griphyn.cPlanner.poolinfo that return PoolInfoProvider
static PoolInfoProvider SiteFactory.loadInstance(PegasusProperties properties, boolean singleton)
          Connects the interface with the site catalog implementation.
private static PoolInfoProvider PoolMode.loadPoolInstance(String poolClass, int lMode, Object[] argList)
          Loads the appropriate class that implements a particular pool mode using the reflection package in java at runtime.
static PoolInfoProvider PoolMode.loadPoolInstance(String poolClass, String poolProvider, int lMode)
          Loads the pool info provider class using the reflection package in java at runtime.
static PoolInfoProvider PoolMode.loadPoolInstance(String poolClass, String poolProvider, String propFileName, int lMode)
          Loads the pool info provider class using the reflection package in java at runtime.
static PoolInfoProvider XML.nonSingletonInstance(String poolProvider, String propFileName)
          The method that returns a Non Singleton instance of the dervived InfoProvider class.
static PoolInfoProvider Text.nonSingletonInstance(String poolProvider, String propFileName)
          The method that returns a Non Singleton instance of the dervived InfoProvider class.
static PoolInfoProvider PoolInfoProvider.nonSingletonInstance(String poolProvider, String propFileName)
          The method that returns a Non Singleton instance of the dervived InfoProvider class.
static PoolInfoProvider PoolInfoProvider.singletonInstance(String poolProvider)
          The method which returns a Singleton instance of the derived InfoProvider class.
static PoolInfoProvider XML.singletonInstance(String poolProvider, String propFileName)
          The method returns a singleton instance of the derived InfoProvider class.
static PoolInfoProvider Text.singletonInstance(String poolProvider, String propFileName)
          The method returns a singleton instance of the derived InfoProvider class.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.selector.site
 

Fields in org.griphyn.cPlanner.selector.site declared as PoolInfoProvider
protected  PoolInfoProvider Abstract.mSCHandle
          The handle to the site catalog.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.selector.site.heft
 

Fields in org.griphyn.cPlanner.selector.site.heft declared as PoolInfoProvider
private  PoolInfoProvider Algorithm.mSiteHandle
          Handle to the site catalog.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.transfer.implementation
 

Fields in org.griphyn.cPlanner.transfer.implementation declared as PoolInfoProvider
protected  PoolInfoProvider Abstract.mSCHandle
          The handle to the Site Catalog.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.transfer.refiner
 

Fields in org.griphyn.cPlanner.transfer.refiner declared as PoolInfoProvider
protected  PoolInfoProvider Condor.mSCHandle
          The handle to the Site Catalog.
protected  PoolInfoProvider Chain.mSCHandle
          The handle to the Site Catalog.
 

Uses of PoolInfoProvider in org.griphyn.cPlanner.transfer.sls
 

Fields in org.griphyn.cPlanner.transfer.sls declared as PoolInfoProvider
protected  PoolInfoProvider Condor.mSiteHandle
          The handle to the site catalog.
protected  PoolInfoProvider Transfer.mSiteHandle
          The handle to the site catalog.
 

Uses of PoolInfoProvider in org.griphyn.vdl.planner
 

Fields in org.griphyn.vdl.planner declared as PoolInfoProvider
private  PoolInfoProvider SCWrapper.m_sc
          site catalog API reference.
 



Copyright © 2007 The University of Southern California. All Rights Reserved.