Trees | Index | Help |
|
---|
Package ZenModel |
|
__init__
Initialize the Confmon Product
Products must follow the following standard The name of the module (file) and the name of the product class inside the file must be the same.
If there is a ZMI add screen it must be called "add" + class name (ie addDevice)and it must be defined at the module level.
the class factory must be a function at the module level called manage_add + class name (ie manage_addDevice)
If there is an icon for the product it should be called class name + _icon.gif
$Id: __init__.py,v 1.50 2004/04/06 02:19:04 edahl Exp $Submodules | |
---|---|
|
Function Summary | |
---|---|
initialize(registrar)
| |
loadConfmonModules()
|
Variable Summary | |
---|---|
str |
__version__ = '1.50'
|
dict |
confmon_globals = {'BasicDeviceLoader': <module 'ZenMode...
|
list |
confmonModules = []
|
Logger |
log = <logging.Logger instance at 0x79b5d0>
|
tuple |
productNames = ('Classifier', 'ClassifierEntry', 'CPU', ...
|
Variable Details |
---|
__version__
|
confmonModules
|
log
|
productNames
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:16 2007 | http://epydoc.sf.net |