Uses of Class
edu.isi.pegasus.planner.catalog.site.impl.old.classes.PoolConfig
-
-
Uses of PoolConfig in edu.isi.pegasus.planner.catalog.site.impl
Fields in edu.isi.pegasus.planner.catalog.site.impl declared as PoolConfig Modifier and Type Field Description PoolConfigXML2. m_pconfigMethods in edu.isi.pegasus.planner.catalog.site.impl that return PoolConfig Modifier and Type Method Description PoolConfigXML2. getPoolConfig()This class returns the reference to thePooConfigobject containing information about all the pools.private PoolConfigXML2. handleConfigTagStart()Methods in edu.isi.pegasus.planner.catalog.site.impl with parameters of type PoolConfig Modifier and Type Method Description private SiteInfoXML2. handlePoolTagStart(PoolConfig pcfg, org.xml.sax.Attributes attrs) -
Uses of PoolConfig in edu.isi.pegasus.planner.catalog.site.impl.old
Fields in edu.isi.pegasus.planner.catalog.site.impl.old declared as PoolConfig Modifier and Type Field Description protected PoolConfigAbstract. mPoolConfigHandle to the PoolConfig objectMethods in edu.isi.pegasus.planner.catalog.site.impl.old that return PoolConfig Modifier and Type Method Description PoolConfigMdsQuery. StoreGvdsMdsInfo(javax.naming.NamingEnumeration results, java.lang.String baseDN, PoolConfig poolconfig)Methods in edu.isi.pegasus.planner.catalog.site.impl.old with parameters of type PoolConfig Modifier and Type Method Description PoolConfigMdsQuery. StoreGvdsMdsInfo(javax.naming.NamingEnumeration results, java.lang.String baseDN, PoolConfig poolconfig) -
Uses of PoolConfig in edu.isi.pegasus.planner.catalog.site.impl.old.classes
Methods in edu.isi.pegasus.planner.catalog.site.impl.old.classes with parameters of type PoolConfig Modifier and Type Method Description voidPoolConfig. add(PoolConfig sites)Adds all the sites in a controlled fashion, to the existing map containing information about the sites.voidPoolConfig. add(PoolConfig sites, boolean overwrite)Adds all the sites in a controlled fashion, to the existing map containing information about the sites. -
Uses of PoolConfig in edu.isi.pegasus.planner.client
Methods in edu.isi.pegasus.planner.client that return PoolConfig Modifier and Type Method Description PoolConfigSCClient. getTextToPoolConfig(java.lang.String file)Generates the old site catalog object reading in from text file.Methods in edu.isi.pegasus.planner.client with parameters of type PoolConfig Modifier and Type Method Description java.lang.StringSCClient. toMultiLine(PoolConfig cfg)Returns the String description of the contents ofPoolConfigobject passed.java.lang.StringSCClient. toXML(PoolConfig cfg)Returns the XML description of the contents ofPoolConfigobject passed, conforming to pool config schema found at http://pegasus.isi.edu/schema/sc-2.0.xsd. -
Uses of PoolConfig in edu.isi.pegasus.planner.parser
Fields in edu.isi.pegasus.planner.parser declared as PoolConfig Modifier and Type Field Description PoolConfigConfigXmlParser. m_pconfigMethods in edu.isi.pegasus.planner.parser that return PoolConfig Modifier and Type Method Description PoolConfigConfigXmlParser. getPoolConfig()This class returns the reference to thePooConfigobject containing information about all the pools.private PoolConfigConfigXmlParser. handleConfigTagStart()PoolConfigSiteCatalogTextParser. parse()Parses the complete input stream, into the PoolConfig data object that holds the contents of all the sites referred to in the stream.Methods in edu.isi.pegasus.planner.parser with parameters of type PoolConfig Modifier and Type Method Description private SiteInfoConfigXmlParser. handlePoolTagStart(PoolConfig pcfg, org.xml.sax.Attributes attrs)
-