Functions | |
| def | __setup_config (nsport, args, save_config) |
| def | searchFreePort_withPortManager (queue, args={}, save_config=1, use_port=None) |
| def | __savePortToFile (args) |
| def | searchFreePort (args={}, save_config=1, use_port=None) |
|
private |
Referenced by searchFreePort().
|
private |
References salome_utils.generateFileName(), salome_utils.getHostName(), and ORBConfigFile.writeORBConfigFile().
Referenced by searchFreePort_withPortManager().
| def searchFreePort.searchFreePort | ( | args = {}, |
|
save_config = 1, |
|||
use_port = None |
|||
| ) |
Search free port for SALOME session. Returns first found free port number.
References __savePortToFile().
| def searchFreePort.searchFreePort_withPortManager | ( | queue, | |
args = {}, |
|||
save_config = 1, |
|||
use_port = None |
|||
| ) |
References __setup_config(), and PortManager.getPort().