Uses of Class
jmri.jmrix.purejavacomm.PortInUseException
-
Packages that use PortInUseException Package Description jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.pricom.downloader jmri.jmrix.pricom.pockettester jmri.jmrix.purejavacomm -
-
Uses of PortInUseException in jmri.jmrix
Methods in jmri.jmrix with parameters of type PortInUseException Modifier and Type Method Description java.lang.StringAbstractSerialPortController. handlePortBusy(PortInUseException p, java.lang.String portName, org.slf4j.Logger log)Standard error handling for jmri.jmrix.purejavacomm port-busy case. -
Uses of PortInUseException in jmri.jmrix.pricom.downloader
Methods in jmri.jmrix.pricom.downloader with parameters of type PortInUseException Modifier and Type Method Description (package private) voidLoaderPane. handlePortBusy(PortInUseException p, java.lang.String port) -
Uses of PortInUseException in jmri.jmrix.pricom.pockettester
Methods in jmri.jmrix.pricom.pockettester with parameters of type PortInUseException Modifier and Type Method Description (package private) voidDataSource. handlePortBusy(PortInUseException p, java.lang.String port) -
Uses of PortInUseException in jmri.jmrix.purejavacomm
Methods in jmri.jmrix.purejavacomm that throw PortInUseException Modifier and Type Method Description SerialPortCommPortIdentifier. open(java.lang.String appName, int timeout)
-