Uses of Class
edu.isi.pegasus.planner.catalog.site.impl.old.classes.SiteInfo

Packages that use SiteInfo
edu.isi.pegasus.planner.catalog.site.classes   
edu.isi.pegasus.planner.catalog.site.impl   
edu.isi.pegasus.planner.catalog.site.impl.old   
edu.isi.pegasus.planner.catalog.site.impl.old.classes   
edu.isi.pegasus.planner.parser   
 

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
static SiteCatalogEntry SiteInfo2SiteCatalogEntry.convert(SiteInfo s)
          An adapter method that converts the SiteInfo object to SiteCatalogEntry object.
static SiteCatalogEntry SiteInfo2SiteCatalogEntry.convert(SiteInfo s, LogManager logger)
          An adapter method that converts the SiteInfo object to SiteCatalogEntry object.
 

Uses of SiteInfo in edu.isi.pegasus.planner.catalog.site.impl
 

Fields in edu.isi.pegasus.planner.catalog.site.impl declared as SiteInfo
private  SiteInfo XML.m_pool_info
           
 

Methods in edu.isi.pegasus.planner.catalog.site.impl that return SiteInfo
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 XML.handlePoolTagStart(PoolConfig pcfg, Attributes attrs)
           
 

Methods in edu.isi.pegasus.planner.catalog.site.impl with parameters of type SiteInfo
private  void XML.handleGridFtpBandwidthTagStart(SiteInfo pinfo, Attributes attrs)
          sk added function to handle gridftpbandwidth tag
private  void XML.handleGridFtpTagStart(SiteInfo pinfo, Attributes attrs)
           
private  void XML.handleJobManagerTagStart(SiteInfo pinfo, Attributes attrs)
          This method handles the start of a jobmanager tag.
private  void XML.handleLRCTagStart(SiteInfo pinfo, Attributes attrs)
           
private  void XML.handleProfileTagEnd(SiteInfo pinfo)
          Handles the end of the Profile tag.
private  void XML.handleProfileTagStart(SiteInfo pinfo, Attributes attrs)
           
private  void XML.handleWorkDirectoryTagEnd(SiteInfo pinfo)
          This method handles the Workdirectory tg end.
private  void XML.handleWorkDirectoryTagStart(SiteInfo pinfo, 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
abstract  SiteInfo PoolInfoProvider.getPoolEntry(String siteID, String universe)
          Gets the pool information from the pool.config file on the basis of the name of the pool, and the universe.
 SiteInfo Abstract.getPoolEntry(String siteID, 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(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
 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
 SiteInfo PoolConfig.get(String siteID)
          Retrives the information about a site.
 

Methods in edu.isi.pegasus.planner.catalog.site.impl.old.classes with parameters of type SiteInfo
 void PoolConfig.add(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
private  SiteInfo ConfigXmlParser.m_pool_info
           
 

Methods in edu.isi.pegasus.planner.parser that return SiteInfo
private  SiteInfo ConfigXmlParser.handlePoolTagStart(PoolConfig pcfg, Attributes attrs)
           
 

Methods in edu.isi.pegasus.planner.parser with parameters of type SiteInfo
private  void ConfigXmlParser.handleGridFtpBandwidthTagStart(SiteInfo pinfo, Attributes attrs)
          sk added function to handle gridftpbandwidth tag
private  void ConfigXmlParser.handleGridFtpTagStart(SiteInfo pinfo, Attributes attrs)
           
private static void ConfigXmlParser.handleJobManagerTagStart(SiteInfo pinfo, Attributes attrs)
          This method handles the start of a jobmanager tag.
private static void ConfigXmlParser.handleLRCTagStart(SiteInfo pinfo, Attributes attrs)
           
private  void ConfigXmlParser.handleProfileTagEnd(SiteInfo pinfo)
          Handles the end of the Profile tag.
private  void ConfigXmlParser.handleProfileTagStart(SiteInfo pinfo, Attributes attrs)
           
private  void ConfigXmlParser.handleWorkDirectoryTagEnd(SiteInfo pinfo)
          This method handles the Workdirectory tg end.
private static void ConfigXmlParser.handleWorkDirectoryTagStart(SiteInfo pinfo, 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 the SiteInfo object.
 



Copyright © 2011 The University of Southern California. All Rights Reserved.