Package pyre :: Package ipa :: Module UserManager :: Class Inventory
[show private | hide private]
[frames | no frames]

Type Inventory

object --+    
         |    
 Inventory --+
             |
            Inventory


Method Summary
    Inherited from Inventory
  __init__(self, name, category)
  components(self)
return a list of my components
  configureComponent(self, component)
configure the given component
  configureComponents(self)
configure my components using options from my registry
  configureProperties(self)
configure my properties using options from my registry
  facilities(self)
return a list of my facility objects
  fini(self)
finalize subcomponents
  getConfiguration(self, registry)
place the current inventory configuration in the given registry
  init(self)
initialize subcomponents
  properties(self)
return a list of my property objects
  resolve(self, facility, name)
look in the persistent store for an appropriate component to bind to a facility
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Property Summary
    Inherited from Inventory
  curator: my persistent store
  registry: my configuration state

Class Variable Summary
String passwd = <pyre.inventory.properties.String.String object...

Class Variable Details

passwd

Type:
String
Value:
<pyre.inventory.properties.String.String object at 0x295b70>           

Generated by Epydoc 2.1 on Tue May 4 16:58:13 2004 http://epydoc.sf.net