Package Products :: Package ZenEvents :: Module zentrap :: Class SnmpTrapPreferences
[hide private]
[frames] | no frames]

Class SnmpTrapPreferences

source code

                          object --+    
                                   |    
ZenUtils.captureReplay.CaptureReplay --+
                                       |
                                      SnmpTrapPreferences

Instance Methods [hide private]
 
__init__(self)
Constructs a new PingCollectionPreferences instance and provides default values for needed attributes.
source code
 
postStartupTasks(self) source code
 
buildOptions(self, parser)
Command-line options to be supported
source code
 
postStartup(self) source code

Inherited from ZenUtils.captureReplay.CaptureReplay: buildCaptureReplayOptions, capturePacket, convertPacketToPython, processCaptureReplayOptions, replay, replayAll, replayStop

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Constructs a new PingCollectionPreferences instance and provides default values for needed attributes.

Overrides: object.__init__