|
Class Summary |
| Caching |
This class perform caching based on the method name passed to the run method
constant values used from the properties file are as follow:
- favouritePhotos
- contacts
- tags
- info
- groups
- noCoacToExtract
- noFavoPhotosToLook
This method implements runnable in order to run threads |
| CalculateDuration |
This class deals with duration of time
it records the time it takes for all thread to complete their execution
the logs will be used to evalute the speed of the system |
| ClearPerformedTasks |
This class is used to clear out the performed task after a period of time
it extends TimeTask where the task is scheduled |
| Conversion |
This class changed the way date and time are recorded in the database |
| Customisation |
This class deals with all customisation settings
settings are also retrieved from the database and displayed in here. |
| DbConnection |
This class opens up connection to the database and uses a property file to
extract details of the database including the database server, username, password, etc. |
| EmailGenerator |
|
| EmailTemplate |
This method create content of an email |