Uses of Class
edu.isi.pegasus.planner.catalog.site.SiteCatalogException

Packages that use SiteCatalogException
edu.isi.pegasus.planner.catalog   
edu.isi.pegasus.planner.catalog.site.impl   
 

Uses of SiteCatalogException in edu.isi.pegasus.planner.catalog
 

Methods in edu.isi.pegasus.planner.catalog that throw SiteCatalogException
 int SiteCatalog.insert(SiteCatalogEntry entry)
          Inserts a new mapping into the Site catalog.
 Set<String> SiteCatalog.list()
          Lists the site handles for all the sites in the Site Catalog.
 int SiteCatalog.load(List<String> sites)
          Loads up the Site Catalog implementation with the sites whose site handles are specified.
 SiteCatalogEntry SiteCatalog.lookup(String handle)
          Retrieves the SiteCatalogEntry for a site.
 int SiteCatalog.remove(String handle)
          Removes a site catalog entry matching the the handle.
 

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

Methods in edu.isi.pegasus.planner.catalog.site.impl that throw SiteCatalogException
 boolean XML.connect(Properties props)
          Establishes a connection to the file from the properties.
 boolean OSGMM.connect(Properties props)
          Issues the condor status command, and stores the results retrieved back into a List.
 boolean MYOSG.connect(Properties props)
          Establishes a connection to the file from the properties.
 boolean XML3.connect(Properties props)
          Establishes a connection to the file from the properties.
 int XML.insert(SiteCatalogEntry entry)
          Not implemented as yet.
 int OSGMM.insert(SiteCatalogEntry entry)
           
 int MYOSG.insert(SiteCatalogEntry entry)
          Not implemented as yet.
 int VORS.insert(SiteCatalogEntry entry)
           
 int XML3.insert(SiteCatalogEntry entry)
          Not implemented as yet.
 Set<String> XML.list()
          Lists the site handles for all the sites in the Site Catalog.
 Set<String> OSGMM.list()
           
 Set<String> MYOSG.list()
          Lists the site handles for all the sites in the Site Catalog.
 Set<String> VORS.list()
           
 Set<String> XML3.list()
          Lists the site handles for all the sites in the Site Catalog.
 int XML.load(List<String> sites)
          Loads up the Site Catalog implementation with the sites whose site handles are specified.
 int OSGMM.load(List<String> sites)
          Loads up the Site Catalog implementation with the sites whose site handles are specified.
 int MYOSG.load(List<String> sites)
          Loads up the Site Catalog implementation with the sites whose site handles are specified.
 int VORS.load(List<String> sites)
           
 int XML3.load(List<String> sites)
          Loads up the Site Catalog implementation with the sites whose site handles are specified.
 SiteCatalogEntry XML.lookup(String handle)
          Retrieves the SiteCatalogEntry for a site.
 SiteCatalogEntry OSGMM.lookup(String handle)
           
 SiteCatalogEntry MYOSG.lookup(String handle)
          Retrieves the SiteCatalogEntry for a site.
 SiteCatalogEntry VORS.lookup(String handle)
           
 SiteCatalogEntry XML3.lookup(String handle)
          Retrieves the SiteCatalogEntry for a site.
 int XML.remove(String handle)
          Not yet implemented as yet.
 int OSGMM.remove(String handle)
           
 int MYOSG.remove(String handle)
          Not yet implemented as yet.
 int VORS.remove(String handle)
           
 int XML3.remove(String handle)
          Not yet implemented as yet.
 



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