#include <IRMRegistration.h>
Static Public Methods | |
void | registerSubsystem (RMuid ssUID, SubsystemMonitor::systemFactory factory) |
registers the ISubsystemMonitor class factory with the resource monitor daemon. More... | |
void | registerStatistic (RMuid ssUID, SubsystemMonitor::statisticFactory factory) |
registers the Statistic class factory with the resource monitor daemon. More... | |
void | registerMonitor (RMuid ssUID, SubsystemMonitor::monitorFactory factory) |
registers the Monitor class factory with the resource monitor daemon. More... | |
void | resourceChange (RMuid ssUID, rmResourceInfo *info, bool active) |
informs the resource monitor daemon of a subsystem resource availability change. This method must only be called when the daemon calls ISubsystemMonitor::refreshSubsystemRegistration. As the subsystem detects a change in a resource availability, the subsystem calls resourceChange(). More... |
|
registers the Monitor class factory with the resource monitor daemon.
|
|
registers the Statistic class factory with the resource monitor daemon.
|
|
registers the ISubsystemMonitor class factory with the resource monitor daemon.
|
|
informs the resource monitor daemon of a subsystem resource availability change. This method must only be called when the daemon calls ISubsystemMonitor::refreshSubsystemRegistration. As the subsystem detects a change in a resource availability, the subsystem calls resourceChange().
|