Package ioids :: Module dbconnector
[hide private]
[frames] | no frames]

Module dbconnector

source code

Connect against database backend.

Inter-Organisational Intrusion Detection System (IOIDS)

Yes, we could put something very sophisticated here in order to allow integration with a variety of datbases; however, for reasons of simplicity I decided to just put the code for connecting against the XML RPC database here.


Author: Michael Pilgermann

Contact: mailto:mpilgerm@glam.ac.uk

License: GPL (General Public License)

Classes [hide private]
  IoidsDBConnector
Standard DB connector - work on XML RPC database.
  DBExtensionHandler
Provides access to information from several SoapSy extensions.
Functions [hide private]
 
getDBConnector()
Singleton implementation.
source code
 
getDBExtensionHandler()
Singleton implementation.
source code
Variables [hide private]
  DB_CONNECTION_TYPE_XML_RPC = 'xmlrpc'
  _dbConnector = None
  _dbExtensionHandler = None