public class PerspectivePolledService extends Object
Constructor and Description |
---|
PerspectivePolledService(int nodeId,
InetAddress ipAddress,
String serviceName,
String foreignSource,
String foreignId,
String nodeLabel,
Package pkg,
Package.ServiceMatch serviceMatch,
ServiceMonitor serviceMonitor,
String perspectiveLocation,
String residentLocation,
RrdRepository rrdRepository,
ThresholdingSession thresholdingSession) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getForeignId() |
String |
getForeignSource() |
InetAddress |
getIpAddress() |
MonitoredService |
getMonitoredService() |
int |
getNodeId() |
String |
getNodeLabel() |
Map<String,String> |
getPatternVariables() |
String |
getPerspectiveLocation() |
Package |
getPkg() |
String |
getResidentLocation() |
RrdRepository |
getRrdRepository() |
Service |
getServiceConfig() |
ServiceMonitor |
getServiceMonitor() |
String |
getServiceName() |
ThresholdingSession |
getThresholdingSession() |
int |
hashCode() |
String |
toString() |
boolean |
updateStatus(PollStatus status) |
public PerspectivePolledService(int nodeId, InetAddress ipAddress, String serviceName, String foreignSource, String foreignId, String nodeLabel, Package pkg, Package.ServiceMatch serviceMatch, ServiceMonitor serviceMonitor, String perspectiveLocation, String residentLocation, RrdRepository rrdRepository, ThresholdingSession thresholdingSession)
public boolean updateStatus(PollStatus status)
public int getNodeId()
public InetAddress getIpAddress()
public String getServiceName()
public String getForeignSource()
public String getForeignId()
public String getNodeLabel()
public Package getPkg()
public Service getServiceConfig()
public ServiceMonitor getServiceMonitor()
public MonitoredService getMonitoredService()
public String getPerspectiveLocation()
public String getResidentLocation()
public RrdRepository getRrdRepository()
public ThresholdingSession getThresholdingSession()
Copyright © 2021. All rights reserved.