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")
114 connectiontype = xConnectionContext.getValueByName("ConnectionType")
296 def connect(self, xConnectionContext, xAuthenticator): argument
300 self.connectioncontext = xConnectionContext
301 server = xConnectionContext.getValueByName("ServerName")
304 port = xConnectionContext.getValueByName("Port")
307 connectiontype = xConnectionContext.getValueByName("ConnectionType")
365 def connect(self, xConnectionContext, xAuthenticator): argument
369 self.connectioncontext = xConnectionContext
370 server = xConnectionContext.getValueByName("ServerName")
373 port = xConnectionContext.getValueByName("Port")
376 connectiontype = xConnectionContext.getValueByName("ConnectionType")
383 tout = xConnectionContext.getValueByName("Timeout")