Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

StatisticalData::IDataCaptureRegistration Class Reference

#include <StatisticalData.h>

List of all members.

Static Public Methods

void registerDataCapture (RMuid dmUID, const int interfaceVersion, StatisticalData::rmRegistryInfo *libraryInfo, dataCaptureFactory factory, void(*a_limitchecker)())
 registers the IDataCapture class factory with the resource monitor daemon. More...


Detailed Description

IDataCaptureRegistration class contains methods for data capture libraries to call to register their class factories


Member Function Documentation

void StatisticalData::IDataCaptureRegistration::registerDataCapture ( RMuid dmUID,
const int interfaceVersion,
StatisticalData::rmRegistryInfo * libraryInfo,
dataCaptureFactory factory,
void(* a_limitchecker)() ) [static]
 

registers the IDataCapture class factory with the resource monitor daemon.

Parameters:
interfaceVersion   version of the registering library
libraryInfo   name and description registry strings
factory   pointer to the function that returns a new instance of the IStatisticalData class.
a_limitchecker   function called at the daemon registry refresh rate to the data capture library time to check file and disk limits. This can be NULL.
Note:
All data management libraries are required to call this method.
See also:
StatisticalData, StatisticalData::rmRegistryInfo


The documentation for this class was generated from the following file:
Generated at Sat Sep 7 21:21:08 2002 for Resource Monitoring Facility by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001