|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PoolConfig in edu.isi.pegasus.planner.catalog.site.impl |
|---|
| Fields in edu.isi.pegasus.planner.catalog.site.impl declared as PoolConfig | |
|---|---|
PoolConfig |
XML.m_pconfig
|
| Methods in edu.isi.pegasus.planner.catalog.site.impl that return PoolConfig | |
|---|---|
PoolConfig |
XML.getPoolConfig()
This class returns the reference to the PooConfig object
containing information about all the pools. |
private PoolConfig |
XML.handleConfigTagStart()
|
| Methods in edu.isi.pegasus.planner.catalog.site.impl with parameters of type PoolConfig | |
|---|---|
private SiteInfo |
XML.handlePoolTagStart(PoolConfig pcfg,
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 | |
|---|---|
protected PoolConfig |
Abstract.mPoolConfig
Handle to the PoolConfig object |
| Methods in edu.isi.pegasus.planner.catalog.site.impl.old that return PoolConfig | |
|---|---|
PoolConfig |
MdsQuery.StoreGvdsMdsInfo(NamingEnumeration results,
String baseDN,
PoolConfig poolconfig)
|
| Methods in edu.isi.pegasus.planner.catalog.site.impl.old with parameters of type PoolConfig | |
|---|---|
PoolConfig |
MdsQuery.StoreGvdsMdsInfo(NamingEnumeration results,
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 | |
|---|---|
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 | |
|---|---|
PoolConfig |
SCClient.getTextToPoolConfig(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 | |
|---|---|
String |
SCClient.toMultiLine(PoolConfig cfg)
Returns the String description of the contents of PoolConfig
object passed. |
String |
SCClient.toXML(PoolConfig cfg)
Returns the XML description of the contents of PoolConfig
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 | |
|---|---|
PoolConfig |
ConfigXmlParser.m_pconfig
|
| Methods in edu.isi.pegasus.planner.parser that return PoolConfig | |
|---|---|
PoolConfig |
ConfigXmlParser.getPoolConfig()
This class returns the reference to the PooConfig 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 | |
|---|---|
private SiteInfo |
ConfigXmlParser.handlePoolTagStart(PoolConfig pcfg,
Attributes attrs)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||