systeminformationmonitor.system
Class SystemUpdateClientManager
java.lang.Object
systeminformationmonitor.system.SystemUpdateClientManager
public class SystemUpdateClientManager
- extends java.lang.Object
SystemUpdateClientManager class handles the management of system clients.
All object stored by this manager will get called by the SystemInformationGather
during the update process.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemUpdateClientManager
public SystemUpdateClientManager()
addClient
public boolean addClient(AbstractSystemUpdater client)
addSlowClient
public boolean addSlowClient(AbstractSystemUpdater client)
getSlowClientList
public java.util.List<AbstractSystemUpdater> getSlowClientList()
getClientList
public java.util.List<AbstractSystemUpdater> getClientList()