org.griphyn.common.catalog.work |
|
Java Source File Name | Type | Comment |
Database.java | Class | This class implements a work catalog on top of a simple table in a
JDBC database. |
WorkCatalogException.java | Class | Class to notify of failures. |
WorkFactory.java | Class | This factory loads a work catalog, as specified by the properties.
Each invocation of the factory will result in a new instance of a
connection to the replica catalog.
author: Karan Vahi author: Jens-S. |
WorkFactoryException.java | Class | Class to notify of failures while instantiating Transformation Catalog
implementations. |