Trees | Index | Help |
---|
Package flumotion :: Package common :: Module componentui :: Class ManagerComponentUIState |
|
Jellyable
--+ |Serializable
--+ |Copyable
--+ |Cacheable
--+ |StateCacheable
--+ |Unjellyable
--+ | | |RemoteCopy
--+ | | |Jellyable
--+ | | | | |Serializable
--+ | | |RemoteCache
--+ | | |StateRemoteCache
--+ | ManagerComponentUIState
Method Summary | |
---|---|
Return an ID which uniquely represents this object for this process. | |
Inherited from StateCacheable | |
| |
Add a key for a dict value to the state cache. | |
Add a key to the state cache so it can be used with set. | |
Add a key for a list of objects to the state cache. | |
Append the given object to the given list. | |
Removes an element from the given dict. | |
Get the state cache value for the given key. | |
Get state to cache on the client and client-cache reference to observe locally. | |
| |
| |
Remove the given object from the given list. | |
Set a given state key to the given value. | |
Set a value in the given dict. | |
This method is called when a client has stopped observing me. | |
Inherited from Cacheable | |
Return an appropriate tuple to serialize me. | |
Inherited from Copyable | |
Gather state to send when I am serialized for a peer. | |
Gather state to send when I am serialized for a particular perspective. | |
Determine what type tag to send for me. | |
Determine what type tag to send for me. | |
Inherited from StateRemoteCache | |
Adds a listener to the remote cache. | |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from RemoteCache | |
Compare me [to another RemoteCache. | |
Do distributed reference counting on finalize. | |
Hash me. | |
A remote message has been received. | |
Perform the inverse operation of Jellyable.jellyFor . | |
Inherited from Unjellyable | |
| |
Inherited from Jellyable | |
|
Class Variable Summary | |
---|---|
Inherited from Copyable | |
Implements |
__implemented__ = <implementedBy twisted.spread.flavors....
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Inherited from RemoteCache | |
NoneType |
broker = None |
NoneType |
luid = None |
Inherited from Unjellyable | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
Method Details |
---|
processUniqueID(self)Return an ID which uniquely represents this object for this process. By default, this uses the 'id' builtin, but can be overridden to indicate that two values are identity-equivalent (such as proxies for the same object).
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Feb 2 11:44:39 2007 | http://epydoc.sf.net |