Package cst.common.persistenceLayer

Contains classes which handle data persistence tasks to support both logging and administration services.

See:
          Description

Class Summary
AbstractDemonstrationService base class containing common features for the demonstration versions of both the LoggingServiceAPI and AdminServiceAPI.
AbstractProductionService base class containing common code used to service the production versions of both LoggingServiceAPI and AdminServiceAPI.
DemonstrationDB acts as an in-memory database and attempts to simulate peristent storage through the use cloning operations to support original and modified copies of records.
ProductionServiceConnectionManager provides and reclaims pooled database connections.
ProductionServiceDatabaseQueries handles SQL queries which are common to production versions of both LoggingServiceAPI and AdminServiceAPI services.
SetupProductionDatabase Creates and destroys an instance of the CST database for a given configuration file.
TrialActivityChangeManager a utility class used to sort the audit trail of changes made to DemonstrationDB, the database used in the demonstration services.
 

Package cst.common.persistenceLayer Description

Contains classes which handle data persistence tasks to support both logging and administration services.