| Trees | Index | Help |
|---|
| Package flumotion :: Package twisted :: Module flavors :: Class StateRemoteCache |
|
Unjellyable--+ |RemoteCopy--+ |Jellyable--+ | | |Serializable--+ |RemoteCache--+ | StateRemoteCache
AdminAtmosphereState,
AdminComponentState,
AdminComponentUIState,
AdminFlowState,
AdminPlanetState,
AdminWorkerHeavenState,
ManagerComponentUIState,
ManagerJobState| Method Summary | |
|---|---|
__init__(self)
| |
addListener(self,
listener)
| |
Get the state cache value for the given key. | |
hasKey(self,
key)
| |
keys(self)
| |
observe_append(self,
key,
value)
| |
observe_remove(self,
key,
value)
| |
observe_set(self,
key,
value)
| |
removeListener(self,
listener)
| |
setCopyableState(self,
dict)
| |
_ensureListeners(self)
| |
| Inherited from RemoteCache | |
Compare me [to another RemoteCache. | |
Do distributed reference counting on finalize. | |
Hash me. | |
serialize me (only for the broker I'm for) as the original cached reference | |
A remote message has been received. | |
| |
| Inherited from Unjellyable | |
| |
| Inherited from Serializable | |
Return an ID which uniquely represents this object for this process. | |
| Inherited from Jellyable | |
| |
| Class Variable Summary | |
|---|---|
| Inherited from RemoteCache | |
NoneType |
broker = None |
NoneType |
luid = None |
| Inherited from Unjellyable | |
Implements |
__implemented__ = <implementedBy twisted.spread.jelly.Un...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
| Method Details |
|---|
get(self, key, otherwise=None)Get the state cache value for the given key. Return otherwise in case where key is present but value None. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Sep 13 08:00:39 2006 | http://epydoc.sf.net |