Package | Description |
---|---|
edu.isi.pegasus.planner.catalog.work |
Modifier and Type | Class and Description |
---|---|
class |
Database
This class implements a work catalog on top of a simple table in a
JDBC database.
|
Modifier and Type | Method and Description |
---|---|
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(java.lang.String catalogImplementor,
java.util.Properties props)
Connects the interface with the work catalog implementation.
|