Package SPyRO :: Module SPyRO :: Class CallClient
[hide private]
[frames] | no frames]

Class CallClient

source code

    CommClientMixIn --+        
                      |        
CommunicationClientBase --+    
                          |    
        CommunicationClient --+
                              |
                             CallClient

Special Client thay always call methods, no attribute operations are allowed

Instance Methods [hide private]
 
getAttr(self, objname, attrname, rettype='VAL', auth=None)
Get an attribute |attrname| of the object |objname| with the method to send the object |rettype|, the default is SendByValue |auth| The authorizing information to access the object
source code

Inherited from CommunicationClient: __getstate__, __init__, getconn, putconn

Inherited from CommunicationClientBase: __del__, close

Inherited from CommClientMixIn: __getitem__, byeRequest, callMethod, callMethodGuess, delObject, get, get_request_local_server, getobj, handleRequest, setAttr

Method Details [hide private]

getAttr(self, objname, attrname, rettype='VAL', auth=None)

source code 
Get an attribute |attrname| of the object |objname| with the method to send the object |rettype|, the default is SendByValue |auth| The authorizing information to access the object
Overrides: CommClientMixIn.getAttr
(inherited documentation)