Package twisted :: Package test :: Module crash_test_dummy :: Class XComponent
[show private | hide private]
[frames | no frames]

Class XComponent

Versioned --+    
            |    
Componentized --+
                |
               XComponent


Method Summary
  __init__(self)
(inherited from Componentized)
  __getstate__(self, dict)
Get state, adding a version number to it on its way out. (inherited from Versioned)
  __setstate__(self, state)
(inherited from Versioned)
  addAdapter(self, adapterClass, ignoreClass)
Utility method that calls addComponent. (inherited from Componentized)
  addComponent(self, component, ignoreClass)
Add a component to me, for all appropriate interfaces. (inherited from Componentized)
  getComponent(self, interface)
Create or retrieve an adapter for the given interface. (inherited from Componentized)
  locateAdapterClass(self, klass, interfaceClass, default)
(inherited from Componentized)
  removeComponent(self, component)
Remove the given component from me entirely, for all interfaces which it has been registered. (inherited from Componentized)
  setAdapter(self, interfaceClass, adapterClass)
(inherited from Componentized)
  setComponent(self, interfaceClass, component)
(inherited from Componentized)
  unsetComponent(self, interfaceClass)
Remove my component specified by the given interface class. (inherited from Componentized)
  upgradeToVersion1(self)
(inherited from Componentized)
  versionUpgrade(self)
(internal) Do a version upgrade. (inherited from Versioned)

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:54 2003 http://epydoc.sf.net