systeminformationmonitor.system
Class SystemUpdateClientManager

java.lang.Object
  extended by 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.


Constructor Summary
SystemUpdateClientManager()
           
 
Method Summary
 boolean addClient(AbstractSystemUpdater client)
           
 boolean addSlowClient(AbstractSystemUpdater client)
           
 java.util.List<AbstractSystemUpdater> getClientList()
           
 java.util.List<AbstractSystemUpdater> getSlowClientList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemUpdateClientManager

public SystemUpdateClientManager()
Method Detail

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()