Uses of Class
serialPort.comm.PortInUseException

Packages that use PortInUseException
com.scottpreston.javarobot.chapter2   
serialPort.comm   
 

Uses of PortInUseException in com.scottpreston.javarobot.chapter2
 

Methods in com.scottpreston.javarobot.chapter2 that throw PortInUseException
 void ListOpenPorts.list()
           
 

Uses of PortInUseException in serialPort.comm
 

Methods in serialPort.comm that throw PortInUseException
 CommPortInterface CommPortIdentifier.open(java.lang.String appName, int timeout)
          Opens this communications port.
 CommPortInterface CommPortIdentifierInterface.open(java.lang.String appName, int timeout)
          Opens this communications port.