| Package | Description | 
|---|---|
| org.opennms.web.element | 
| Modifier and Type | Method and Description | 
|---|---|
Service[] | 
NetworkElementFactoryInterface.getAllServices()
getAllServices 
 | 
Service[] | 
NetworkElementFactory.getAllServices()  | 
Service | 
NetworkElementFactoryInterface.getService(int ifServiceId)
Return the service specified by the node identifier, IP address, and
 service identifier. 
 | 
Service | 
NetworkElementFactory.getService(int ifServiceId)  | 
Service | 
NetworkElementFactoryInterface.getService(int nodeId,
          String ipAddress,
          int serviceId)
Return the service specified by the node identifier, IP address, and
 service identifier. 
 | 
Service | 
NetworkElementFactory.getService(int nodeId,
          String ipAddress,
          int serviceId)  | 
static Service | 
ElementUtil.getServiceByParams(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.ServletContext servletContext)
getServiceByParams 
 | 
static Service | 
ElementUtil.getServiceByParams(javax.servlet.http.HttpServletRequest request,
                  String ifServiceIdParam,
                  String nodeIdParam,
                  String ipAddrParam,
                  String serviceIdParam,
                  javax.servlet.ServletContext servletContext)
getServiceByParams 
 | 
Service[] | 
NetworkElementFactoryInterface.getServicesOnInterface(int nodeId,
                      String ipAddress)
getServicesOnInterface 
 | 
Service[] | 
NetworkElementFactory.getServicesOnInterface(int nodeId,
                      String ipAddress)  | 
Service[] | 
NetworkElementFactoryInterface.getServicesOnInterface(int nodeId,
                      String ipAddress,
                      boolean includeDeletions)
getServicesOnInterface 
 | 
Service[] | 
NetworkElementFactory.getServicesOnInterface(int nodeId,
                      String ipAddress,
                      boolean includeDeletions)  | 
static Service[] | 
ElementUtil.getServicesOnInterface(int nodeId,
                      String ipAddr,
                      javax.servlet.ServletContext servletContext)  | 
Service[] | 
NetworkElementFactoryInterface.getServicesOnNode(int nodeId)
Get the list of all services on a given node. 
 | 
Service[] | 
NetworkElementFactory.getServicesOnNode(int nodeId)  | 
Service[] | 
NetworkElementFactoryInterface.getServicesOnNode(int nodeId,
                 int serviceId)
Get the list of all instances of a specific service on a given node. 
 | 
Service[] | 
NetworkElementFactory.getServicesOnNode(int nodeId,
                 int serviceId)  | 
static Service[] | 
ElementUtil.getServicesOnNodeByParams(javax.servlet.http.HttpServletRequest request,
                         int serviceId,
                         javax.servlet.ServletContext servletContext)
getServicesOnNodeByParams 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
ServiceNameComparator.compare(Service s1,
       Service s2)
compare 
 | 
static String | 
ElementUtil.getServiceStatusString(Service svc)
Return the human-readable name for a service's status, may be null. 
 | 
static boolean | 
ElementUtil.hasLocallyMonitoredServices(Service[] svcs)
hasLocallyMonitoredServices 
 | 
Copyright © 2021. All rights reserved.