Package timedrive :: Package background :: Module testconnectionurl :: Class TestConnectionControl
[frames] | no frames]

Class TestConnectionControl


TestConnectionControl class: Control over the TestConnection from the different used classes

Instance Methods
 
doTestConnection(self, protocol, username, password, host, port, path, includeName=None)
does a test if the connection data is valid and if the server is online
 
ShowRemoteResults(self, tstResult)
used as a abstract class need to be defined in each class that inherits this class
 
setupTestConnection(self)
setup test connection check used in doTestConnection

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
TestConnectionUrl Object TestConnectionUrl
test connection url

Inherited from object: __class__

Method Details

doTestConnection(self, protocol, username, password, host, port, path, includeName=None)

 

does a test if the connection data is valid and if the server is online

Parameters:
  • protocol (String)
  • username (String)
  • password (String)
  • host (String)
  • port (String)
  • path (String)
  • includeName (String) - default=None

ShowRemoteResults(self, tstResult)

 

used as a abstract class need to be defined in each class that inherits this class

Parameters:
  • tstResult (Boolean) - result from the test connection url check

Property Details

TestConnectionUrl

test connection url

Get Method:
_get_testConnectionUrl(self) - test connection url
Set Method:
_set_testConnectionUrl(self, value) - test connection url
Type:
TestConnectionUrl Object