| Trees | Index | Help |
|
|---|
| Package svs_core :: Package network :: Module packets :: Class ProfileRequest |
|
Jellyable--+ |Serializable--+ |Copyable--+ |Unjellyable--+ | | |RemoteCopy--+ | ProfileRequest
| Method Summary | |
|---|---|
__init__(self)
| |
Gather state to send when I am serialized for a peer. | |
I will be invoked with the state to copy locally. | |
| Inherited from Copyable | |
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. | |
Assemble type tag and state to copy for this broker. | |
| Inherited from Serializable | |
Return an ID which uniquely represents this object for this process. | |
| Inherited from Jellyable | |
| |
| Inherited from RemoteCopy | |
| |
| Inherited from Unjellyable | |
| |
| Class Variable Summary | |
|---|---|
| Inherited from Serializable | |
Implements |
__implemented__ = <implementedBy twisted.spread.flavors....
|
_implementsTuple |
__implements__ = (<MetaInterface twisted.spread.interfac...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
| Inherited from Jellyable | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
| Method Details |
|---|
getStateToCopy(self)Gather state to send when I am serialized for a peer. I will default to returning self.__dict__. Override this to customize this behavior.
|
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).
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:27 2005 | http://epydoc.sf.net |