Uses of Class
serialPort.rxtx.PortInUseException

Packages that use PortInUseException
gui.touchtone   
serialPort   
serialPort.rxtx   
serialPort.test   
 

Uses of PortInUseException in gui.touchtone
 

Methods in gui.touchtone that throw PortInUseException
static void DialUtils.doModemDial(java.lang.String text, DialBean db, SerialPortBean spb)
          Uses the SerialPortBeanUtils to dial the modem, modfying the dial text, as needed.
static void DialUtils.testDoModemDial()
           
 

Uses of PortInUseException in serialPort
 

Methods in serialPort that throw PortInUseException
static SerialPortBeanUtils SerialPortBeanUtils.getSerialPortUtils(SerialPortBean spb)
           
static void CommPortUtils.main(java.lang.String[] args)
           
static void SerialPortBeanUtils.main(java.lang.String[] args)
           
static void TurnTable.openAndClosePort(CommPortIdentifierInterface cpid)
           
static SerialPortInterface TurnTable.openSerialPort(CommPortIdentifierInterface portIdInterface)
           
static void TurnTable.processPort(CommPortIdentifierInterface portIdInterface)
           
static void TestRxtxCommDriver.test()
           
static void SerialPortBeanUtils.testSerialPortBeanUtils()
           
static void TurnTable.testTurnTable()
           
 

Uses of PortInUseException in serialPort.rxtx
 

Methods in serialPort.rxtx that throw PortInUseException
 CommPortInterface CommPortIdentifier.open(java.lang.String TheOwner, int i)
           
 CommPortInterface CommPortIdentifierInterface.open(java.lang.String appName, int timeout)
           
 

Constructors in serialPort.rxtx that throw PortInUseException
RXTXPort(java.lang.String name)
          Open the named port
 

Uses of PortInUseException in serialPort.test
 

Methods in serialPort.test that throw PortInUseException
static void TestMonitorThread.main(java.lang.String[] args)
           
static void OpenCloseTest.openCloseTest(CommPortIdentifierInterface portIdInterface)
           
 

Constructors in serialPort.test that throw PortInUseException
TestMonitorThread()