Searched refs:hostMonitors (Results 1 – 3 of 3) sorted by relevance
554 public void setHostMonitors(List<IHostMonitor> hostMonitors) { in setHostMonitors() argument555 setConfigurationObjectListNoThrow(HOST_MONITOR_TYPE_NAME, hostMonitors); in setHostMonitors()
89 public void setHostMonitors(List<IHostMonitor> hostMonitors) throws ConfigurationException; in setHostMonitors() argument
672 List<IHostMonitor> hostMonitors = GlobalConfiguration.getHostMonitorInstances(); in checkStrayThreads() local673 if (hostMonitors != null) { in checkStrayThreads()674 for (IHostMonitor hm : hostMonitors) { in checkStrayThreads()