Home | Trees | Index | Help |
---|
Package twisted :: Package coil :: Module coil :: Class ConfigCollection |
|
Collection
--+ |Constrained
--+ | ConfigCollection
ConnectorCollection
,
ServiceCollection
,
PortCollection
,
Resource
,
MailConfigurator
,
MaildirDBMConfigurator
,
MimeTypeCollection
Method Summary | |
---|---|
Initialize me. (inherited from Collection )
| |
Remove a static reference for 'name'. (inherited from Collection )
| |
A method that determines whether an entity may be added to me. | |
Subclass this to generate an entity on demand. (inherited from Collection )
| |
Retrieve an entity from me. (inherited from Collection )
| |
getEntityType(self)
| |
getNameType(self)
| |
Get an entity that was added to me using putEntity. (inherited from Collection )
| |
A list of all name, entity that I can generate on demand. (inherited from Collection )
| |
Retrieve a list of the names of entities that I store references to. (inherited from Collection )
| |
Retrieve a list of all name, entity pairs I contain. (inherited from Collection )
| |
Retrieve a list of all names for entities that I contain. (inherited from Collection )
| |
Retrieve a list of all name, entity pairs that I store references to. (inherited from Collection )
| |
Retrieve a list of the names of entities that I store references to. (inherited from Collection )
| |
A method that determines whether an entity may be added to me with a given name. (inherited from Constrained )
| |
Store an entity if it meets both constraints. (inherited from Constrained )
| |
(inherited from Constrained )
| |
Remove an entity for 'name', based on the content of 'request'. (inherited from Collection )
| |
Store an entity for 'name', based on the content of 'request'. (inherited from Collection )
|
Class Variable Summary | |
---|---|
class |
IConfigCollection
|
class |
Interface
|
Method Details |
---|
entityConstraint(self, entity)A method that determines whether an entity may be added to me. If the constraint is satisfied, return 1; if the constraint is not satisfied, either return 0 or raise a descriptive ConstraintViolation.
|
Class Variable Details |
---|
IConfigCollectionIConfigCollection = twisted.coil.coil.IConfigCollection
|
InterfaceInterface = twisted.python.components.Interface
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:01 2003 | http://epydoc.sf.net |