Lines Matching refs:xConnectionContext
93 def connect(self, xConnectionContext, xAuthenticator): argument
94 self.connectioncontext = xConnectionContext
98 server = xConnectionContext.getValueByName("ServerName")
102 port = xConnectionContext.getValueByName("Port")
106 tout = xConnectionContext.getValueByName("Timeout")
118 connectiontype = xConnectionContext.getValueByName("ConnectionType")
291 def connect(self, xConnectionContext, xAuthenticator): argument
295 self.connectioncontext = xConnectionContext
296 server = xConnectionContext.getValueByName("ServerName")
299 port = xConnectionContext.getValueByName("Port")
302 connectiontype = xConnectionContext.getValueByName("ConnectionType")
360 def connect(self, xConnectionContext, xAuthenticator): argument
364 self.connectioncontext = xConnectionContext
365 server = xConnectionContext.getValueByName("ServerName")
368 port = xConnectionContext.getValueByName("Port")
371 connectiontype = xConnectionContext.getValueByName("ConnectionType")
378 tout = xConnectionContext.getValueByName("Timeout")