Uses of Interface
edu.isi.pegasus.planner.catalog.WorkCatalog

Packages that use WorkCatalog
edu.isi.pegasus.planner.catalog.work   
 

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

Classes in edu.isi.pegasus.planner.catalog.work that implement WorkCatalog
 class Database
          This class implements a work catalog on top of a simple table in a JDBC database.
 

Methods in edu.isi.pegasus.planner.catalog.work that return WorkCatalog
static WorkCatalog WorkFactory.loadInstance(CommonProperties props)
          Connects the interface with the work catalog implementation.
static WorkCatalog WorkFactory.loadInstance(PegasusProperties props)
          Connects the interface with the work catalog implementation.
private static WorkCatalog WorkFactory.loadInstance(String catalogImplementor, Properties props)
          Connects the interface with the work catalog implementation.
 



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