public class MockMonitoredService extends Object implements MonitoredService
Constructor and Description |
---|
MockMonitoredService(int nodeId,
String nodeLabel,
InetAddress inetAddress,
String svcName) |
MockMonitoredService(int nodeId,
String nodeLabel,
String nodeLocation,
InetAddress inetAddress,
String svcName) |
Modifier and Type | Method and Description |
---|---|
InetAddress |
getAddress()
Returns the
InetAddress associated with the service |
String |
getIpAddr()
Returns the ipAddr string associated with this monitored service.
|
int |
getNodeId()
Returns the nodeId of the node that this service is associated with.
|
String |
getNodeLabel()
Returns the label of the node that this service is associated with.
|
String |
getNodeLocation()
Returns the name of the location of the node that this service is associated with.
|
String |
getSvcName()
Returns the svcName associated with this monitored service.
|
void |
setNodeLabel(String nodeLabel) |
public MockMonitoredService(int nodeId, String nodeLabel, InetAddress inetAddress, String svcName)
public MockMonitoredService(int nodeId, String nodeLabel, String nodeLocation, InetAddress inetAddress, String svcName)
public String getSvcName()
MonitoredService
getSvcName
in interface MonitoredService
public String getIpAddr()
MonitoredService
getIpAddr
in interface MonitoredService
public int getNodeId()
MonitoredService
getNodeId
in interface MonitoredService
public String getNodeLabel()
MonitoredService
getNodeLabel
in interface MonitoredService
public void setNodeLabel(String nodeLabel)
public String getNodeLocation()
MonitoredService
getNodeLocation
in interface MonitoredService
public InetAddress getAddress()
MonitoredService
InetAddress
associated with the servicegetAddress
in interface MonitoredService
InetAddress
Copyright © 2021. All rights reserved.