|
|
|
|
|
|
|
|
_connectCallback(self,
result)
Callback called after a successful connect to the remote
device. |
source code
|
|
|
|
_collectCallback(self,
result)
Callback called after a connect or previous collection so that
another collection can take place. |
source code
|
|
|
|
_finished(self,
result)
Callback activated when the task is complete |
source code
|
|
|
|
|
|
Twisted deferred object
|
doTask(self)
Contact to one device and return a deferred which gathers data
from the device. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Twisted deferred
|
|
|
Twisted deferred
|
|
|
|
_connect(self)
Create a connection to the remote device |
source code
|
|
|
|
_close(self)
Close down the connection to the remote device |
source code
|
|
|
|
|
|
|
|
|
|
_save(self,
pidName,
statName,
value,
rrdType,
min='U')
Save a value into an RRD file |
source code
|
|
|
Inherited from ZenUtils.observable.ObservableMixin:
__setattr__,
attachAttributeObserver,
detachAttributeObserver,
notifyAttributeChange
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__str__
|