Home | Trees | Index | Help |
---|
Package pyGlobus :: Module xio :: Class XioDriver |
|
XioBase
--+
|
XioDriver
XioTcpDriver
Method Summary | |
---|---|
Creates an XioDriver instance | |
Frees the memory associated with the XioDriver | |
Returns a list of options which can be used to manipulate the behavior of the driver | |
| |
Unloads the driver, should be called before __del__ | |
Called from the XioAttr. | |
Inherited from XioBase | |
Return the handle |
Method Details |
---|
__init__(self,
optdict={})
Creates an XioDriver instance
|
__del__(self)
Frees the memory associated with the XioDriver
|
getopts(self)Returns a list of options which can be used to manipulate the behavior of the driver |
load(self, driver_string)
|
unload(self)Unloads the driver, should be called before __del__ |
_getoptfunc(self, cmd)Called from the XioAttr. Specific to the xio module. An API programmer should not have to call this method. Returns the function that handles this command
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 4 14:32:56 2006 | http://epydoc.sf.net |