Package twisted :: Package spread :: Module flavors :: Class Referenceable
[show private | hide private]
[frames | no frames]

Class Referenceable

Jellyable --+    
            |    
 Serializable --+
                |
               Referenceable

Known Subclasses:
AdminModel, BaseComponentMedium, JobMedium, Root, WorkerMedium

Method Summary
  jellyFor(self, jellier)
(internal)
  remoteMessageReceived(self, broker, message, args, kw)
A remote message has been received.
    Inherited from Serializable
  processUniqueID(self)
Return an ID which uniquely represents this object for this process.
    Inherited from Jellyable
  getStateFor(self, jellier)

Class Variable Summary
NoneType perspective = None                                                                  
    Inherited from Jellyable
tuple __implements__ = (<class 'twisted.spread.interfaces.IJel...

Method Details

jellyFor(self, jellier)

(internal)

Return a tuple which will be used as the s-expression to serialize this to a peer.
Overrides:
twisted.spread.jelly.Jellyable.jellyFor

remoteMessageReceived(self, broker, message, args, kw)

A remote message has been received. Dispatch it appropriately.

The default implementation is to dispatch to a method called 'remote_messagename' and call it with the same arguments.

Class Variable Details

perspective

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Wed Feb 16 07:23:00 2005 http://epydoc.sf.net