Uses of Class
org.opennms.web.element.Service

Packages that use Service
org.opennms.web.element TODO: add package overview sentence here. 
 

Uses of Service in org.opennms.web.element
 

Methods in org.opennms.web.element that return Service
 Service[] NetworkElementFactory.getAllServices()
           
 Service[] NetworkElementFactoryInterface.getAllServices()
          getAllServices
 Service NetworkElementFactory.getService(int ifServiceId)
           
 Service NetworkElementFactoryInterface.getService(int ifServiceId)
          Return the service specified by the node identifier, IP address, and service identifier.
 Service NetworkElementFactory.getService(int nodeId, String ipAddress, int serviceId)
           
 Service NetworkElementFactoryInterface.getService(int nodeId, String ipAddress, int serviceId)
          Return the service specified by the node identifier, IP address, and service identifier.
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[] NetworkElementFactory.getServicesOnInterface(int nodeId, String ipAddress)
           
 Service[] NetworkElementFactoryInterface.getServicesOnInterface(int nodeId, String ipAddress)
          getServicesOnInterface
 Service[] NetworkElementFactory.getServicesOnInterface(int nodeId, String ipAddress, boolean includeDeletions)
           
 Service[] NetworkElementFactoryInterface.getServicesOnInterface(int nodeId, String ipAddress, boolean includeDeletions)
          getServicesOnInterface
 Service[] NetworkElementFactory.getServicesOnNode(int nodeId)
           
 Service[] NetworkElementFactoryInterface.getServicesOnNode(int nodeId)
          Get the list of all services on a given node.
 Service[] NetworkElementFactory.getServicesOnNode(int nodeId, int serviceId)
           
 Service[] NetworkElementFactoryInterface.getServicesOnNode(int nodeId, int serviceId)
          Get the list of all instances of a specific service on a given node.
static Service[] ElementUtil.getServicesOnNodeByParams(javax.servlet.http.HttpServletRequest request, int serviceId, javax.servlet.ServletContext servletContext)
          getServicesOnNodeByParams
protected static Service[] NetworkElementFactory.rs2Services(ResultSet rs)
          rs2Services
 

Methods in org.opennms.web.element with parameters of type Service
 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 © 2011. All Rights Reserved.