Uses of Class
edu.isi.pegasus.planner.catalog.site.impl.old.classes.SiteInfo
-
-
Uses of SiteInfo in edu.isi.pegasus.planner.catalog.site.classes
Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type SiteInfo Modifier and Type Method Description static SiteCatalogEntry
SiteInfo2SiteCatalogEntry. convert(SiteInfo s)
An adapter method that converts theSiteInfo
object toSiteCatalogEntry
object.static SiteCatalogEntry
SiteInfo2SiteCatalogEntry. convert(SiteInfo s, LogManager logger)
An adapter method that converts theSiteInfo
object toSiteCatalogEntry
object. -
Uses of SiteInfo in edu.isi.pegasus.planner.catalog.site.impl
Fields in edu.isi.pegasus.planner.catalog.site.impl declared as SiteInfo Modifier and Type Field Description private SiteInfo
XML2. m_pool_info
Methods in edu.isi.pegasus.planner.catalog.site.impl that return SiteInfo Modifier and Type Method Description private static SiteInfo
OSGMM. convertToSiteInfo(edu.clemson.SiteCatalogGenerator.Site s)
An adapter method that converts the Site object to the SiteInfo object corresponding to the site catalog schema version 2.private SiteInfo
XML2. handlePoolTagStart(PoolConfig pcfg, org.xml.sax.Attributes attrs)
Methods in edu.isi.pegasus.planner.catalog.site.impl with parameters of type SiteInfo Modifier and Type Method Description private void
XML2. handleGridFtpBandwidthTagStart(SiteInfo pinfo, org.xml.sax.Attributes attrs)
sk added function to handle gridftpbandwidth tagprivate void
XML2. handleGridFtpTagStart(SiteInfo pinfo, org.xml.sax.Attributes attrs)
private void
XML2. handleJobManagerTagStart(SiteInfo pinfo, org.xml.sax.Attributes attrs)
This method handles the start of a jobmanager tag.private void
XML2. handleLRCTagStart(SiteInfo pinfo, org.xml.sax.Attributes attrs)
private void
XML2. handleProfileTagEnd(SiteInfo pinfo)
Handles the end of the Profile tag.private void
XML2. handleProfileTagStart(SiteInfo pinfo, org.xml.sax.Attributes attrs)
private void
XML2. handleWorkDirectoryTagEnd(SiteInfo pinfo)
This method handles the Workdirectory tg end.private void
XML2. handleWorkDirectoryTagStart(SiteInfo pinfo, org.xml.sax.Attributes attrs)
Handles the WorkDirectory Tag Start. -
Uses of SiteInfo in edu.isi.pegasus.planner.catalog.site.impl.old
Methods in edu.isi.pegasus.planner.catalog.site.impl.old that return SiteInfo Modifier and Type Method Description SiteInfo
Abstract. getPoolEntry(java.lang.String siteID, java.lang.String universe)
Gets the pool information from the pool.config file on the basis of the name of the pool, and the universe.abstract SiteInfo
PoolInfoProvider. getPoolEntry(java.lang.String siteID, java.lang.String universe)
Gets the pool information from the pool.config file on the basis of the name of the pool, and the universe.SiteInfo
PoolInfoProvider. getTXPoolEntry(java.lang.String poolName)
Gets the pool object to be used for the transfer universe.Methods in edu.isi.pegasus.planner.catalog.site.impl.old with parameters of type SiteInfo Modifier and Type Method Description java.lang.String
PoolInfoProvider. getSeMountPoint(SiteInfo site)
Return the storage mount point for a particular pool. -
Uses of SiteInfo in edu.isi.pegasus.planner.catalog.site.impl.old.classes
Methods in edu.isi.pegasus.planner.catalog.site.impl.old.classes that return SiteInfo Modifier and Type Method Description SiteInfo
PoolConfig. get(java.lang.String siteID)
Retrives the information about a site.Methods in edu.isi.pegasus.planner.catalog.site.impl.old.classes with parameters of type SiteInfo Modifier and Type Method Description void
PoolConfig. add(java.lang.String id, SiteInfo site)
Adds a SiteInfo object to the container. -
Uses of SiteInfo in edu.isi.pegasus.planner.parser
Fields in edu.isi.pegasus.planner.parser declared as SiteInfo Modifier and Type Field Description private SiteInfo
ConfigXmlParser. m_pool_info
Methods in edu.isi.pegasus.planner.parser that return SiteInfo Modifier and Type Method Description private SiteInfo
ConfigXmlParser. handlePoolTagStart(PoolConfig pcfg, org.xml.sax.Attributes attrs)
Methods in edu.isi.pegasus.planner.parser with parameters of type SiteInfo Modifier and Type Method Description private void
ConfigXmlParser. handleGridFtpBandwidthTagStart(SiteInfo pinfo, org.xml.sax.Attributes attrs)
sk added function to handle gridftpbandwidth tagprivate void
ConfigXmlParser. handleGridFtpTagStart(SiteInfo pinfo, org.xml.sax.Attributes attrs)
private static void
ConfigXmlParser. handleJobManagerTagStart(SiteInfo pinfo, org.xml.sax.Attributes attrs)
This method handles the start of a jobmanager tag.private static void
ConfigXmlParser. handleLRCTagStart(SiteInfo pinfo, org.xml.sax.Attributes attrs)
private void
ConfigXmlParser. handleProfileTagEnd(SiteInfo pinfo)
Handles the end of the Profile tag.private void
ConfigXmlParser. handleProfileTagStart(SiteInfo pinfo, org.xml.sax.Attributes attrs)
private void
ConfigXmlParser. handleWorkDirectoryTagEnd(SiteInfo pinfo)
This method handles the Workdirectory tg end.private static void
ConfigXmlParser. handleWorkDirectoryTagStart(SiteInfo pinfo, org.xml.sax.Attributes attrs)
Handles the WorkDirectory Tag Start.private void
SiteCatalogTextParser. populate(SiteInfo site)
Populates all the attributes except the handle, associated with the site in theSiteInfo
object.
-