public class ServiceRef extends Object
Constructor and Description |
---|
ServiceRef(int nodeId,
InetAddress ipAddress,
String serviceName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ServiceRef |
fromEvent(IEvent event) |
static ServiceRef |
fromIpInterface(OnmsIpInterface ipInterface,
String serviceName) |
InetAddress |
getIpAddress() |
int |
getNodeId() |
String |
getServiceName() |
int |
hashCode() |
String |
toString() |
public ServiceRef(int nodeId, InetAddress ipAddress, String serviceName)
public static ServiceRef fromEvent(IEvent event)
public static ServiceRef fromIpInterface(OnmsIpInterface ipInterface, String serviceName)
public int getNodeId()
public InetAddress getIpAddress()
public String getServiceName()
Copyright © 2021. All rights reserved.