public class AccessPointMonitorConfig extends Object implements Serializable, Comparable<AccessPointMonitorConfig>
AccessPointMonitorConfig class.
Constructor and Description |
---|
AccessPointMonitorConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addMonitor(Monitor monitor) |
void |
addPackage(Package pkg) |
void |
addServiceTemplate(ServiceTemplate svcTemplate) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
int |
compareTo(AccessPointMonitorConfig obj) |
boolean |
equals(Object obj) |
List<Monitor> |
getMonitors() |
List<Package> |
getPackages() |
long |
getPackageScanInterval() |
List<ServiceTemplate> |
getServiceTemplates() |
int |
getThreads() |
int |
hashCode() |
void |
setMonitors(List<Monitor> monitors) |
void |
setPackages(List<Package> packages) |
void |
setPackageScanInterval(long packageScanInterval) |
void |
setServiceTemplates(List<ServiceTemplate> serviceTemplates) |
void |
setThreads(int threads) |
void |
updateServiceTemplates() |
public int getThreads()
public void setThreads(int threads)
public long getPackageScanInterval()
public void setPackageScanInterval(long packageScanInterval)
public List<ServiceTemplate> getServiceTemplates()
public void setServiceTemplates(List<ServiceTemplate> serviceTemplates)
public void addServiceTemplate(ServiceTemplate svcTemplate)
public void addPackage(Package pkg)
public void addMonitor(Monitor monitor)
public int compareTo(AccessPointMonitorConfig obj)
compareTo
in interface Comparable<AccessPointMonitorConfig>
public void afterUnmarshal(Unmarshaller u, Object parent)
public void updateServiceTemplates()
Copyright © 2015. All Rights Reserved.