Class Summary |
AbstractApplication |
This class provides a partial implementation of
the application interface for use by sub-classes. |
AbstractAuditAgent |
Abstract Audit Agent providing common audit count functionality |
ApplicationConfig |
Keys common to all applications |
AuditAgent |
Audit Agent is responsible for performing all audits for a
specific concrete application. |
BatchApplication |
A BatchApplication adds audit and configuration capabilities
to the standard application. |
ConfigMixinUtils |
ConfigMixinUtils
Abstracts away the loading of configuration data so that it can be shared
by different classes. |
DBConfigMixin |
ConfigMixin which loads configuration data from a database. |
HierarchicalDBConfigMixin |
Loads configuration information from a database table and adds it to the property information. |
NullAuditAgent |
Empty implementation to facilitate ease of use when developing new PARC
applications. |
PropertiesConfigMixin |
ConfigMixin implementation that uses Properties file for configuration. |