Package org.opennms.netmgt.rtc
Interface AvailabilityService
-
- All Known Implementing Classes:
AvailabilityServiceHibernateImpl
,DataManager
public interface AvailabilityService
This interface contains all of the methods that RTC needs to fetch availability data when posting the data to the web UI.- Author:
- Seth
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,RTCCategory>
getCategories()
Builds a map of configured categories, keyed by label.EuiLevel
getEuiLevel(RTCCategory category)
Retrieves the availability statistics for the given category
-
-
-
Method Detail
-
getCategories
Map<String,RTCCategory> getCategories()
Builds a map of configured categories, keyed by label.- Returns:
- the categories
-
getEuiLevel
EuiLevel getEuiLevel(RTCCategory category)
Retrieves the availability statistics for the given category- Returns:
- a
EuiLevel
object.
-
-