Uses of Interface
org.opennms.netmgt.rtc.AvailabilityService
-
Packages that use AvailabilityService Package Description org.opennms.netmgt.rtc -
-
Uses of AvailabilityService in org.opennms.netmgt.rtc
Classes in org.opennms.netmgt.rtc that implement AvailabilityService Modifier and Type Class Description class
AvailabilityServiceHibernateImpl
This implementation of theAvailabilityService
uses database calls and stored procedures to calculate the availability percentages.class
DataManager
Contains and maintains all the data for the RTC.Constructors in org.opennms.netmgt.rtc with parameters of type AvailabilityService Constructor Description DataSender(AvailabilityService dataMgr, RTCConfigFactory configFactory)
The constructor for this object
-