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 PoolConfig
XML2. m_pconfig
Methods in edu.isi.pegasus.planner.catalog.site.impl that return PoolConfig Modifier and Type Method Description PoolConfig
XML2. getPoolConfig()
This class returns the reference to thePooConfig
object containing information about all the pools.private PoolConfig
XML2. handleConfigTagStart()
Methods in edu.isi.pegasus.planner.catalog.site.impl with parameters of type PoolConfig Modifier and Type Method Description private SiteInfo
XML2. 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 PoolConfig
Abstract. mPoolConfig
Handle to the PoolConfig objectMethods in edu.isi.pegasus.planner.catalog.site.impl.old that return PoolConfig Modifier and Type Method Description PoolConfig
MdsQuery. 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 PoolConfig
MdsQuery. 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 void
PoolConfig. add(PoolConfig sites)
Adds all the sites in a controlled fashion, to the existing map containing information about the sites.void
PoolConfig. 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 PoolConfig
SCClient. 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.String
SCClient. toMultiLine(PoolConfig cfg)
Returns the String description of the contents ofPoolConfig
object passed.java.lang.String
SCClient. toXML(PoolConfig cfg)
Returns the XML description of the contents ofPoolConfig
object 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 PoolConfig
ConfigXmlParser. m_pconfig
Methods in edu.isi.pegasus.planner.parser that return PoolConfig Modifier and Type Method Description PoolConfig
ConfigXmlParser. getPoolConfig()
This class returns the reference to thePooConfig
object containing information about all the pools.private PoolConfig
ConfigXmlParser. handleConfigTagStart()
PoolConfig
SiteCatalogTextParser. 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 SiteInfo
ConfigXmlParser. handlePoolTagStart(PoolConfig pcfg, org.xml.sax.Attributes attrs)
-