Package twisted :: Package test :: Module test_pb :: Class DumbPub
[show private | hide private]
[frames | no frames]

Class DumbPub

Unjellyable --+            
              |            
     RemoteCopy --+        
                  |        
  Jellyable --+   |        
              |   |        
   Serializable --+        
                  |        
        RemoteCache --+    
                      |    
        RemotePublished --+
                          |
                         DumbPub


Method Summary
  __cmp__(self, other)
Compare me [to another RemoteCache. (inherited from RemoteCache)
  __del__(self)
Do distributed reference counting on finalize. (inherited from RemoteCache)
  __getstate__(self)
(inherited from RemotePublished)
  __hash__(self)
Hash me. (inherited from RemoteCache)
  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. (inherited from RemotePublished)
  getFileName(self, ext)
(inherited from RemotePublished)
  getStateFor(self, jellier)
(inherited from Jellyable)
  jellyFor(self, jellier)
serialize me (only for the broker I'm for) as the original cached reference (inherited from RemoteCache)
  processUniqueID(self)
Return an ID which uniquely represents this object for this process. (inherited from Serializable)
  remoteMessageReceived(self, broker, message, args, kw)
A remote message has been received. (inherited from RemoteCache)
  setCopyableState(self, state)
I will be invoked with the state to copy locally. (inherited from RemotePublished)
  setStateFor(self, unjellier, state)
(inherited from Unjellyable)
  unjellyFor(self, unjellier, jellyList)
(inherited from RemoteCache)
  _cbGotUpdate(self, newState)
(inherited from RemotePublished)

Method Details

activated(self)

Implement this method if you want to be notified when your publishable subclass is activated.
Overrides:
twisted.spread.publish.RemotePublished.activated (inherited documentation)

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:29:01 2003 http://epydoc.sf.net