Version: 9.15.0
PortManager.py File Reference

Namespaces

 PortManager
 

Functions

def PortManager.createLogger ()
 
def PortManager.__acquire_lock (lock)
 
def PortManager.__release_lock (lock)
 
def PortManager._getConfigurationFilename ()
 
def PortManager.__isPortUsed (port, config)
 
def PortManager.__isNetworkConnectionActiveOnPort (port)
 
def PortManager.getPort (preferredPort=None)
 
def PortManager.releasePort (port)
 
def PortManager.getBusyPorts ()
 

Variables

int PortManager.__PORT_MIN_NUMBER = 2810
 
int PortManager.__PORT_MAX_NUMBER = 2910
 
def PortManager.logger = createLogger()