|
__init__(self,
deviceId,
taskName,
scheduleIntervalSeconds,
taskConfig)
Construct a new task instance to watch for Windows Event Log changes
for the specified device. |
source code
|
|
|
_reset(self)
Reset the WMI client and notification query watcher connection to the
device, if they are presently active. |
source code
|
|
|
_finished(self,
result)
Callback activated when the task is complete so that final statistics
on the collection can be displayed. |
source code
|
|
|
_failure(self,
result)
Errback for an unsuccessful asynchronous connection or collection
request. |
source code
|
|
|
_sendWinServiceEvent(self,
name,
summary,
severity) |
source code
|
|
|
|
|
_collectSuccessful(self,
results)
Callback for a successful fetch of services from 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
|
|
|
_connectCallback(self,
result)
Callback called after a successful connect to the remote Windows
device. |
source code
|
|
|
|
|
|
|
_connect(self)
Called when a connection needs to be created to the remote Windows
device. |
source code
|
|
|
|
|
|
Inherited from ZenUtils.observable.ObservableMixin :
__setattr__ ,
attachAttributeObserver ,
detachAttributeObserver ,
notifyAttributeChange
|