Uses of Class
edu.isi.pegasus.common.util.CommonProperties

Packages that use CommonProperties
edu.isi.pegasus.common.util   
edu.isi.pegasus.planner.catalog.replica   
edu.isi.pegasus.planner.catalog.work   
edu.isi.pegasus.planner.common   
 

Uses of CommonProperties in edu.isi.pegasus.common.util
 

Fields in edu.isi.pegasus.common.util declared as CommonProperties
private static CommonProperties CommonProperties.m_instance
          implements the singleton access via class variable.
 

Methods in edu.isi.pegasus.common.util that return CommonProperties
static CommonProperties CommonProperties.instance()
          Singleton threading: Creates the one and only instance of the properties in the current application.
static CommonProperties CommonProperties.noHassleInstance()
          Singleton interface: Creates the one and only instance of the properties in the current application, and does not bother the programmer with exceptions.
static CommonProperties CommonProperties.nonSingletonInstance(String confProperties)
          Create a temporary property that is not attached to the Singleton.
 

Uses of CommonProperties in edu.isi.pegasus.planner.catalog.replica
 

Methods in edu.isi.pegasus.planner.catalog.replica with parameters of type CommonProperties
static ReplicaCatalog ReplicaFactory.loadInstance(CommonProperties props)
          Connects the interface with the replica catalog implementation.
 

Uses of CommonProperties in edu.isi.pegasus.planner.catalog.work
 

Methods in edu.isi.pegasus.planner.catalog.work with parameters of type CommonProperties
static WorkCatalog WorkFactory.loadInstance(CommonProperties props)
          Connects the interface with the work catalog implementation.
 

Uses of CommonProperties in edu.isi.pegasus.planner.common
 

Fields in edu.isi.pegasus.planner.common declared as CommonProperties
private  CommonProperties PegasusProperties.mProps
          The object holding all the properties pertaining to the VDS system.
 

Methods in edu.isi.pegasus.planner.common that return CommonProperties
 CommonProperties PegasusProperties.getVDSProperties()
          Returns the CommonProperties that this object encapsulates.
 

Methods in edu.isi.pegasus.planner.common with parameters of type CommonProperties
protected  Profiles PegasusProperties.retrieveProfilesFromProperties(CommonProperties properties)
          Retrieves profiles from the properties
 



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