| Trees | Index | Help |
|
|---|
| Package DataCollector :: Module ApplyDataMap :: Class ApplyDataMap |
|
object --+
|
ApplyDataMap
ApplyDataMapThread| Method Summary | |
|---|---|
__init__(self,
datacollector)
| |
Apply a datamap passed as a list of dicts through XML-RPC. | |
logChange(self,
device,
compname,
eventClass,
msg)
| |
Used to report a change to a device model. | |
Apply datamps to device. | |
stop(self)
| |
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Method Details |
|---|
applyDataMap(self, device, datamap, relname='', compname='', modname='')Apply a datamap passed as a list of dicts through XML-RPC. |
logEvent(self, device, component, eventClass, msg, severity)Used to report a change to a device model. Logs the given msg to log.info and creates an event. |
processClient(self, device, collectorClient)Apply datamps to device. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Aug 16 09:55:10 2007 | http://epydoc.sf.net |