Package twisted :: Package test :: Module test_components :: Class CComp
[show private | hide private]
[frames | no frames]

Class CComp

Versioned --+            
            |            
Componentized --+        
                |        
            AComp --+    
                    |    
                BComp --+
                        |
                       CComp


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:26:11 2003 http://epydoc.sf.net