Package edu.sdsc.inca.depot.persistent

Class Summary
AcceptedOutput This class represents the accepted output for a reporter and matches with the xml schemas idea of acceptedOutput.
Arg This class represents a command line input to a reporter.
ArgDAO This class transfers Arg objects between memory and the DB.
ArgSignature An ArgSignature consists of a set of arguments, alphabetized and combined into a string.
ArgSignatureDAO This class transfers ArgSignature objects between memory and the DB.
ArgSignatureTest Perform basic tests of the Arg Signature.
ArgTest Perform Basic tests on the Inputs Class.
ComparisonResult Represents results of a comparison between accepted values and report output.
ComparisonResultDAO This class transfers ComparisonResult objects between memory and the DB.
DAO This is the base class for the depot DAOs--classes that transfer objects between memory and the depot database.
HibernateUtil Basic Hibernate helper class, handles SessionFactory, Session and Transaction.
InstanceInfo Represents information specific to a particular instance of a reporter run.
InstanceInfoDAO This class transfers InstanceInfo objects between memory and the DB.
Limits Basic Limits class; matches the idea of Limits in the xsd for inca.
MalformedInputException  
Notification  
PersistentObject This is an abstract base class that defines common behavior for all objects that the Depot stores in the database.
PersistentTest Implement the setup and teardown function for all the PersistentTests.
Report This class represents the output from a Single Reporter.
ReportDAO This class transfers Report objects between memory and the DB.
ReportTest Tests basic Report functionality.
RunInfo Represents host-specific execution information derived from a Report.
RunInfoDAO This class transfers RunInfo objects between memory and the DB.
Schedule Schedule holds the information for a cron-like schedule that we use.
ScheduleTest Basic tests to check for Schedule functionality.
Series  
SeriesConfig A SeriesConfig Represents the configuration of a Series as part of a Suite.
SeriesConfigDAO This class transfers SeriesConfig objects between memory and the DB.
SeriesConfigTest Test the functionality of the SeriesConfig and SeriesConfigDAO classes.
SeriesDAO This class transfers Series objects between memory and the DB.
SeriesTest Basic tests to check for Series functionality.
Suite A Suite is a named collection of SeriesConfigs.
SuiteDAO This class transfers Suite objects between memory and the DB.
SuiteTest Test the functionality of the Suite and SuiteDAO classes.
 

Exception Summary
PersistenceException