| Home | Trees | Index | Help |
|---|
| Package pyre :: Package ipa :: Module SessionManager :: Class Inventory |
|
object--+ |Inventory--+ | Inventory
| Method Summary | |
|---|---|
| Inherited from Inventory | |
| |
return a list of my components | |
configure the given component | |
configure my components using options from my registry | |
configure my properties using options from my registry | |
return a list of my facility objects | |
finalize subcomponents | |
place the current inventory configuration in the given registry | |
initialize subcomponents | |
return a list of my property objects | |
look in the persistent store for an appropriate component to bind to a facility | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Property Summary | |
|---|---|
| Inherited from Inventory | |
curator: my persistent store | |
registry: my configuration state | |
| Class Variable Summary | |
|---|---|
unit |
hour = 3600*s
|
unit |
second = 1*s
|
Dimensional |
ticketDuration = <pyre.inventory.properties.Dimensional....
|
Bool |
ticketOnce = <pyre.inventory.properties.Bool.Bool object...
|
Dimensional |
timeout = <pyre.inventory.properties.Dimensional.Dimensi...
|
| Class Variable Details |
|---|
hour
|
second
|
ticketDuration
|
ticketOnce
|
timeout
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue May 4 16:58:14 2004 | http://epydoc.sf.net |