Uses of Class
org.opennms.web.admin.nodeManagement.ManagedService
-
Packages that use ManagedService Package Description org.opennms.web.admin.nodeManagement -
-
Uses of ManagedService in org.opennms.web.admin.nodeManagement
Fields in org.opennms.web.admin.nodeManagement with type parameters of type ManagedService Modifier and Type Field Description protected List<ManagedService>
ManagedInterface. services
Methods in org.opennms.web.admin.nodeManagement that return types with arguments of type ManagedService Modifier and Type Method Description List<ManagedService>
ManagedInterface. getServices()
Getter for the fieldservices
.Methods in org.opennms.web.admin.nodeManagement with parameters of type ManagedService Modifier and Type Method Description void
ManagedInterface. addService(ManagedService newService)
addService
-