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

Class XioStack

XioBase --+
          |
         XioStack


Creates an Xio Attr
Method Summary
  __init__(self, attr, handle)
Creates an XioStack instance
  __del__(self)
Frees the memory associated with the XioStack
  push_driver(self, driver)
Pushes a driver onto the Protocol Stack.
    Inherited from XioBase
  get_handle(self)
Return the handle

Method Details

__init__(self, attr=None, handle=None)
(Constructor)

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

__del__(self)
(Destructor)

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

push_driver(self, driver)

Pushes a driver onto the Protocol Stack. The transport driver must be pushed first
Parameters:
driver - - a XioDriver object
Returns:
None
Raises:
XioStackException - A XioStackException is raised if the driver cannot be pushed onto the stack

Generated by Epydoc 2.1 on Tue Apr 4 14:32:56 2006 http://epydoc.sf.net