Package org.opennms.netmgt.poller
Interface ServiceMonitorRegistry
-
- All Known Implementing Classes:
DefaultServiceMonitorRegistry
public interface ServiceMonitorRegistry
Used to enumerate and retrieve availableServiceMonitor
implementations.- Author:
- jwhite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceMonitor
getMonitorByClassName(String className)
Set<String>
getMonitorClassNames()
-
-
-
Method Detail
-
getMonitorByClassName
ServiceMonitor getMonitorByClassName(String className)
-
-