Modifier and Type | Field and Description |
---|---|
PoolConfig |
XML.m_pconfig |
Modifier and Type | Method and Description |
---|---|
PoolConfig |
XML.getPoolConfig()
This class returns the reference to the
PooConfig object
containing information about all the pools. |
private PoolConfig |
XML.handleConfigTagStart() |
Modifier and Type | Method and Description |
---|---|
private SiteInfo |
XML.handlePoolTagStart(PoolConfig pcfg,
Attributes attrs) |
Modifier and Type | Field and Description |
---|---|
protected PoolConfig |
Abstract.mPoolConfig
Handle to the PoolConfig object
|
Modifier and Type | Method and Description |
---|---|
PoolConfig |
MdsQuery.StoreGvdsMdsInfo(NamingEnumeration results,
String baseDN,
PoolConfig poolconfig) |
Modifier and Type | Method and Description |
---|---|
PoolConfig |
MdsQuery.StoreGvdsMdsInfo(NamingEnumeration results,
String baseDN,
PoolConfig poolconfig) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PoolConfig |
SCClient.getTextToPoolConfig(String file)
Generates the old site catalog object reading in from text file.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
PoolConfig |
ConfigXmlParser.m_pconfig |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
private SiteInfo |
ConfigXmlParser.handlePoolTagStart(PoolConfig pcfg,
Attributes attrs) |
Copyright © 2011 The University of Southern California. All Rights Reserved.