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

Packages that use FactoryException
edu.isi.pegasus.common.credential   
edu.isi.pegasus.common.logging   
edu.isi.pegasus.planner.catalog.site   
edu.isi.pegasus.planner.catalog.site.impl.old   
edu.isi.pegasus.planner.catalog.transformation   
edu.isi.pegasus.planner.catalog.work   
edu.isi.pegasus.planner.cluster   
edu.isi.pegasus.planner.cluster.aggregator   
edu.isi.pegasus.planner.code   
edu.isi.pegasus.planner.code.generator.condor   
edu.isi.pegasus.planner.parser   
edu.isi.pegasus.planner.parser.pdax   
edu.isi.pegasus.planner.partitioner   
edu.isi.pegasus.planner.provenance.pasoa.pps   
edu.isi.pegasus.planner.provenance.pasoa.producer   
edu.isi.pegasus.planner.refiner   
edu.isi.pegasus.planner.refiner.cleanup   
edu.isi.pegasus.planner.selector Provides the interface and call-out to the site selector mechanism. 
edu.isi.pegasus.planner.selector.replica   
edu.isi.pegasus.planner.selector.site   
edu.isi.pegasus.planner.transfer.implementation   
edu.isi.pegasus.planner.transfer.refiner   
edu.isi.pegasus.planner.transfer.sls   
 

Uses of FactoryException in edu.isi.pegasus.common.credential
 

Subclasses of FactoryException in edu.isi.pegasus.common.credential
 class CredentialHandlerFactoryException
          Class to notify of failures while instantiating Condor Style implementations.
 

Uses of FactoryException in edu.isi.pegasus.common.logging
 

Subclasses of FactoryException in edu.isi.pegasus.common.logging
 class LogFormatterFactoryException
          Class to notify of failures while instantiating Log Formatter implementations.
 class LogManagerFactoryException
          Class to notify of failures while instantiating Log Factory implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.catalog.site
 

Subclasses of FactoryException in edu.isi.pegasus.planner.catalog.site
 class SiteFactoryException
          Class to notify of failures while instantiating Site Catalog implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.catalog.site.impl.old
 

Methods in edu.isi.pegasus.planner.catalog.site.impl.old that throw FactoryException
private static PoolInfoProvider PoolMode.loadPoolInstance(String poolClass, int lMode, Object[] argList)
          Loads the appropriate class that implements a particular pool mode using the reflection package in java at runtime.
 

Uses of FactoryException in edu.isi.pegasus.planner.catalog.transformation
 

Subclasses of FactoryException in edu.isi.pegasus.planner.catalog.transformation
 class TransformationFactoryException
          Class to notify of failures while instantiating Transformation Catalog implementations.
 

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

Subclasses of FactoryException in edu.isi.pegasus.planner.catalog.work
 class WorkFactoryException
          Class to notify of failures while instantiating Transformation Catalog implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.cluster
 

Subclasses of FactoryException in edu.isi.pegasus.planner.cluster
 class ClustererFactoryException
          Class to notify of failures while instantiating Clusterer implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.cluster.aggregator
 

Subclasses of FactoryException in edu.isi.pegasus.planner.cluster.aggregator
 class JobAggregatorFactoryException
          Class to notify of failures while instantiating JobAggregator implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.code
 

Subclasses of FactoryException in edu.isi.pegasus.planner.code
 class CodeGeneratorFactoryException
          Class to notify of failures while instantiating Code Generator implementations.
 class GridStartFactoryException
          Class to notify of failures while instantiating GridStart implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.code.generator.condor
 

Subclasses of FactoryException in edu.isi.pegasus.planner.code.generator.condor
 class CondorStyleFactoryException
          Class to notify of failures while instantiating Condor Style implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.parser
 

Subclasses of FactoryException in edu.isi.pegasus.planner.parser
 class DAXParserFactoryException
          Class to notify of failures while instantiating DAXCallback implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.parser.pdax
 

Subclasses of FactoryException in edu.isi.pegasus.planner.parser.pdax
 class PDAXCallbackFactoryException
          Class to notify of failures while instantiating PDAXCallback implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.partitioner
 

Subclasses of FactoryException in edu.isi.pegasus.planner.partitioner
 class PartitionerFactoryException
          Class to notify of failures while instantiating Partitioner implementations.
 

Methods in edu.isi.pegasus.planner.partitioner that throw FactoryException
static DAXWriter DAXWriter.loadInstance(String className, PegasusProperties properties, String daxFile, String directory)
          Loads the implementing PDAXWriter.
 

Uses of FactoryException in edu.isi.pegasus.planner.provenance.pasoa.pps
 

Subclasses of FactoryException in edu.isi.pegasus.planner.provenance.pasoa.pps
 class PPSFactoryException
          Class to notify of failures while instantiating PPS implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.provenance.pasoa.producer
 

Subclasses of FactoryException in edu.isi.pegasus.planner.provenance.pasoa.producer
 class XMLProducerFactoryException
          Class to notify of failures while instantiating XMLProducer implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.refiner
 

Methods in edu.isi.pegasus.planner.refiner that throw FactoryException
static Implementation CreateDirectory.loadCreateDirectoryImplementationInstance(PegasusBag bag)
          Loads the implementing class corresponding to the mode specified by the user at runtime.
static Strategy CreateDirectory.loadCreateDirectoryStraegyInstance(PegasusBag bag)
          Loads the implementing class corresponding to the mode specified by the user at runtime.
static DeployWorkerPackage DeployWorkerPackage.loadDeployWorkerPackage(PegasusBag bag)
          Loads the implementing class corresponding to the mode specified by the user at runtime.
 

Uses of FactoryException in edu.isi.pegasus.planner.refiner.cleanup
 

Subclasses of FactoryException in edu.isi.pegasus.planner.refiner.cleanup
 class CleanupFactoryException
          Class to notify of failures while instantiating Cleanup Strategy and Implementation classes.
 

Uses of FactoryException in edu.isi.pegasus.planner.selector
 

Methods in edu.isi.pegasus.planner.selector that throw FactoryException
static TransformationSelector TransformationSelector.loadTXSelector(String className)
          Loads the implementing class corresponding to the mode specified by the user at runtime in the properties file.
 

Uses of FactoryException in edu.isi.pegasus.planner.selector.replica
 

Subclasses of FactoryException in edu.isi.pegasus.planner.selector.replica
 class ReplicaSelectorFactoryException
          Class to notify of failures while instantiating ReplicaSelector implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.selector.site
 

Subclasses of FactoryException in edu.isi.pegasus.planner.selector.site
 class SiteSelectorFactoryException
          Class to notify of failures while instantiating SiteSelector implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.transfer.implementation
 

Subclasses of FactoryException in edu.isi.pegasus.planner.transfer.implementation
 class TransferImplementationFactoryException
          Class to notify of failures while instantiating Transfer Implementations.
 

Uses of FactoryException in edu.isi.pegasus.planner.transfer.refiner
 

Subclasses of FactoryException in edu.isi.pegasus.planner.transfer.refiner
 class TransferRefinerFactoryException
          Class to notify of failures while instantiating Transfer Refiners.
 

Uses of FactoryException in edu.isi.pegasus.planner.transfer.sls
 

Subclasses of FactoryException in edu.isi.pegasus.planner.transfer.sls
 class SLSFactoryException
          Class to notify of failures while instantiating SLS implementations.
 



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