Package twisted :: Package manhole :: Module explorer :: Class ExplorerMapping
[frames | no frames]

Class ExplorerMapping

Jellyable --+                
            |                
 Serializable --+            
                |            
         Copyable --+        
                    |        
            Cacheable --+    
                        |    
                 Explorer --+
                            |
                           ExplorerMapping


Method Summary
  __init__(self, dct, identifier)
  get_keys(self)
  view_get_item(self, perspective, key)
  view_get_keys(self, perspective)
    Inherited from Explorer
  getStateToCopyFor(self, perspective)
Gather state to send when I am serialized for a particular perspective.
  view_get_refcount(self, perspective)
    Inherited from Cacheable
  getStateToCacheAndObserveFor(self, perspective, observer)
Get state to cache on the client and client-cache reference to observe locally.
  jellyFor(self, jellier)
Return an appropriate tuple to serialize me.
  stoppedObserving(self, perspective, observer)
This method is called when a client has stopped observing me.
    Inherited from Copyable
  getStateToCopy(self)
Gather state to send when I am serialized for a peer.
  getTypeToCopy(self)
Determine what type tag to send for me.
  getTypeToCopyFor(self, perspective)
Determine what type tag to send for me.
    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
list accessors = ['get_keys', 'get_item']
list attributeGroups = ['keys']
list properties = ['len']
    Inherited from Explorer
NoneType id = None                                                                  
NoneType identifier = None                                                                  
    Inherited from Jellyable
tuple __implements__ = (<class twisted.spread.interfaces.IJell...

Class Variable Details

accessors

Type:
list
Value:
['get_keys', 'get_item']                                               

attributeGroups

Type:
list
Value:
['keys']                                                               

properties

Type:
list
Value:
['len']                                                                

Generated by Epydoc 2.0 on Sat May 15 20:07:44 2004 http://epydoc.sf.net