Searched refs:hostMonitors (Results 1 – 3 of 3) sorted by relevance
88 public void setHostMonitors(List<IHostMonitor> hostMonitors) throws ConfigurationException; in setHostMonitors() argument
546 public void setHostMonitors(List<IHostMonitor> hostMonitors) { in setHostMonitors() argument547 setConfigurationObjectListNoThrow(HOST_MONITOR_TYPE_NAME, hostMonitors); in setHostMonitors()
673 List<IHostMonitor> hostMonitors = GlobalConfiguration.getHostMonitorInstances(); in checkStrayThreads() local674 if (hostMonitors != null) { in checkStrayThreads()675 for (IHostMonitor hm : hostMonitors) { in checkStrayThreads()