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)
| |
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 RemoteCopy | |
Implements |
__implemented__ = <implementedBy twisted.spread.flavors....
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Inherited from Unjellyable | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
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 Sun Oct 22 03:16:43 2006 | http://epydoc.sf.net |