Changes between Version 17 and Version 18 of v1


Ignore:
Timestamp:
Jul 19, 2010, 2:00:07 PM (15 years ago)
Author:
naitabde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • v1

    v17 v18  
    3838= Classes =
    3939
    40 * '''1. DbConn Objects: ''' a DbConn object is responsible of database connection management and all the interactions with it
     40'''1. DbConn Objects: ''' A DbConn object is responsible of database connection management and all the interactions with it
    4141
    4242Constructor:
    4343
    44 **class** DbConn(dbName,dbType,username,password,host,port)
     44- **class** DbConn(dbName,dbType,username,password,host,port)
    4545          `dbName,dbType,username,password,host,port` are string arguments specified in the configuration file : f_config_pdu.cfg on section //default//
    4646           
    4747          In PowerMon V1, "dbType" is either 'sqlite' or 'mysql' : other types may also be supported provided that they are supported by sqlAlchemy and that this constructor is appropriately modified
    4848
    49 * ''' class PDU: ''' Allows to be connected to a supervisable pdu and extract machines' power consumption data
     49All class methods:
     50
     51
     52
     53
     54
     55
     56
     57
     58'''2. PDU Objects: '''  A PDU object allows connexion to a supervisable pdu and extraction of machines' power consumption data
     59
     60Constructor:
     61
     62- **class* PDU()