Home | Trees | Index | Help |
---|
Package twisted :: Package spread :: Module publish :: Class RemotePublished |
|
Unjellyable
--+ |RemoteCopy
--+ |Jellyable
--+ | | |Serializable
--+ |RemoteCache
--+ | RemotePublished
Method Summary | |
---|---|
Compare me [to another RemoteCache. (inherited from RemoteCache )
| |
Do distributed reference counting on finalize. (inherited from RemoteCache )
| |
__getstate__(self)
| |
Hash me. (inherited from RemoteCache )
| |
Implement this method if you want to be notified when your publishable subclass is activated. | |
Externally register for notification when this publishable has received all relevant data. | |
getFileName(self,
ext)
| |
getStateFor(self,
jellier)
(inherited from Jellyable )
| |
serialize me (only for the broker I'm for) as the original cached reference (inherited from RemoteCache )
| |
Return an ID which uniquely represents this object for this process. (inherited from Serializable )
| |
A remote message has been received. (inherited from RemoteCache )
| |
I will be invoked with the state to copy locally. | |
setStateFor(self,
unjellier,
state)
(inherited from Unjellyable )
| |
unjellyFor(self,
unjellier,
jellyList)
(inherited from RemoteCache )
|
Class Variable Summary | |
---|---|
int |
isActivated
|
Method Details |
---|
activated(self)Implement this method if you want to be notified when your publishable subclass is activated. |
callWhenActivated(self, callback)Externally register for notification when this publishable has received all relevant data. |
setCopyableState(self, state)I will be invoked with the state to copy locally. 'state' is the data returned from the remote object's 'getStateToCopyFor' method, which will often be the remote object's dictionary (or a filtered approximation of it depending on my peer's perspective).
|
Class Variable Details |
---|
isActivated
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:16:54 2003 | http://epydoc.sf.net |