Resource Manager Singleton |
Top Previous Next |
•With the resources part of the main configuration xml the resources are instantiated
•Singleton implementation
- Holds different resources for the model threads
- Ensures the efficient use of the resources
- Presents data via Objects
•Able to abstract data access format as
- Database via SQL
- Excel (csv)
- XML
•Uses File Access Pool and Connection Pool via IO Interfaces