Package pyGlobus :: Module xio :: Class XioDriver
[show private | hide private]
[frames | no frames]

Class XioDriver

XioBase --+
          |
         XioDriver


Creates an XioDriver
Method Summary
  __init__(self)
Creates an XioDriver instance
  __del__(self)
Frees the memory associated with the XioDriver
  load(self, driverString)
  unload(self)
Unloads the driver, should be called before __del__
    Inherited from XioBase
  get_handle(self)

Method Details

__init__(self)
(Constructor)

Creates an XioDriver instance
Overrides:
pyGlobus.xio.XioBase.__init__

__del__(self)
(Destructor)

Frees the memory associated with the XioDriver
Overrides:
pyGlobus.xio.XioBase.__del__

load(self, driverString)

Parameters:
driverString - - Valid strings are tcp, gsi Should only be called once per instance

unload(self)

Unloads the driver, should be called before __del__

Generated by Epydoc 2.0 on Thu Oct 28 17:14:25 2004 http://epydoc.sf.net