public abstract class MonitorTestUtils extends Object
Constructor and Description |
---|
MonitorTestUtils() |
Modifier and Type | Method and Description |
---|---|
static MockMonitoredService |
getMonitoredService(int nodeId,
InetAddress addr,
String svcName) |
static MockMonitoredService |
getMonitoredService(int nodeId,
String hostname,
String svcName) |
static MockMonitoredService |
getMonitoredService(int nodeId,
String hostname,
String svcName,
boolean preferInet6Address) |
public static MockMonitoredService getMonitoredService(int nodeId, InetAddress addr, String svcName) throws UnknownHostException
UnknownHostException
public static MockMonitoredService getMonitoredService(int nodeId, String hostname, String svcName) throws UnknownHostException
UnknownHostException
public static MockMonitoredService getMonitoredService(int nodeId, String hostname, String svcName, boolean preferInet6Address) throws UnknownHostException
UnknownHostException
Copyright © 2015. All Rights Reserved.