Uses of Class
gnu.io.PortInUseException

Packages that use PortInUseException
gnu.io   
serialPort   
serialPort.test   
 

Uses of PortInUseException in gnu.io
 

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

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

Uses of PortInUseException in serialPort
 

Methods in serialPort that throw PortInUseException
static void TurnTable.openAndClosePort(CommPortIdentifierInterface cpid)
           
static SerialPortInterface TurnTable.openSerialPort(CommPortIdentifierInterface portIdInterface)
           
static void TurnTable.processPort(CommPortIdentifierInterface portIdInterface)
           
static void TurnTable.testTurnTable()
           
 

Uses of PortInUseException in serialPort.test
 

Methods in serialPort.test that throw PortInUseException
static void OpenCloseTest.openCloseTest(CommPortIdentifierInterface portIdInterface)