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

Class TCallClient

source code

        CommClientMixIn --+    
                          |    
CommunicationClientThreaded --+
                              |
                             TCallClient

Special TClient to always call methods, no attribute operations

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 CommunicationClientThreaded: __del__, __getstate__, __init__, close, getconn, putconn

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)