public class PollerConfiguration extends Object implements Serializable
Constructor and Description |
---|
PollerConfiguration() |
public Integer getThreads()
public void setThreads(Integer threads)
public String getNextOutageId()
public void setNextOutageId(String nextOutageId)
public String getServiceUnresponsiveEnabled()
public void setServiceUnresponsiveEnabled(String serviceUnresponsiveEnabled)
public String getPathOutageEnabled()
public void setPathOutageEnabled(String pathOutageEnabled)
public NodeOutage getNodeOutage()
public void setNodeOutage(NodeOutage nodeOutage)
public void addPackage(Package pack) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public boolean removePackage(Package pack)
public void addMonitor(Monitor monitor) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public boolean removeMonitor(Monitor monitor)
public PollerConfiguration getPollerConfigurationForPackages(List<String> pollingPackageNames)
public InetAddress getDefaultCriticalPathIp()
public void setDefaultCriticalPathIp(InetAddress ip)
public Integer getDefaultCriticalPathTimeout()
public void setDefaultCriticalPathTimeout(Integer timeout)
public int getDefaultCriticalPathRetries()
public void setDefaultCriticalPathRetries(Integer retries)
Copyright © 2021. All rights reserved.