|
Class Summary |
| AdminInterfacesFactory |
Factory in charge of maintaining and creating the HostInfoFetcher
that should be run in for the current configuration of the application |
| AdministratorPriviledgesManagerWrapper |
Wrapper class that takes care of updating the model lists |
| AdminPrivListUpdater |
Runnable in charge of fetching current administrators and notifying all
listeners of information |
| BaseHostStatusFetcher |
Base class that manages host monitored functionality |
| CSVBatchAdminImportFileParser |
Comma Separated File Batch Admin Importer that reads a rows of
text and converts them into AdminDataVO
It's configured in global.properties with the following settings
csvbatchadminimport.columnseparator (default ",")
Each row should have the following order:
"unique user id","full name","department (optional)" |
| DefaultBatchAdminImportFileAnalyser |
Default batch admin import file analyser with
support for csv files. |
| DummyImpl |
DummyImplementation of a IHostInfoFetcher that retrieves information
about the local host. |
| HostStatusUpdater |
Runnable in charge of fetching the host info and notifying all
listeners of information |
| HTMFWSImpl |
Implementation of several control interfaces
targeted against HTMFWS. |