Uses of Class
javax.usb.UsbDisconnectedException

Packages that use UsbDisconnectedException
com.ibm.jusb   
javax.usb Core interfaces and classes modeling USB devices, descriptors, communication pipes and requests/operations. 
 

Uses of UsbDisconnectedException in com.ibm.jusb
 

Methods in com.ibm.jusb that throw UsbDisconnectedException
 void UsbPipeImp.abortAllSubmissions()
          Stop all submissions in progress.
 UsbIrp UsbPipeImp.asyncSubmit(byte[] data)
          Asynchonously submits this byte[] array to the UsbPipe.
 void UsbPipeImp.asyncSubmit(java.util.List list)
          Asynchronous submission using a List of UsbIrps.
 void UsbDeviceImp.asyncSubmit(java.util.List list)
          Submit a List of UsbControlIrps asynchronously to the Default Control Pipe.
 void UsbDeviceImp.asyncSubmit(UsbControlIrp irp)
          Submit a UsbControlIrp asynchronously to the Default Control Pipe.
 void UsbPipeImp.asyncSubmit(UsbIrp usbIrp)
          Asynchronous submission using a UsbIrp.
 void UsbInterfaceImp.claim()
          Claim this interface.
 void UsbInterfaceImp.claim(UsbInterfacePolicy policy)
          Claim this interface using a UsbInterfacePolicy.
 void UsbPipeImp.close()
          Closes this UsbPipe.
 java.lang.String UsbConfigurationImp.getConfigurationString()
           
 java.lang.String UsbInterfaceImp.getInterfaceString()
           
 java.lang.String UsbDeviceImp.getManufacturerString()
           
 UsbPort UsbDeviceImp.getParentUsbPort()
           
 UsbPortImp UsbDeviceImp.getParentUsbPortImp()
           
 java.lang.String UsbDeviceImp.getProductString()
           
 java.lang.String UsbDeviceImp.getSerialNumberString()
           
 java.lang.String UsbDeviceImp.getString(byte index)
           
 UsbStringDescriptor UsbDeviceImp.getUsbStringDescriptor(byte index)
           
 void UsbPipeImp.open()
          Opens this UsbPipe.
 void UsbInterfaceImp.release()
          Release this interface.
 int UsbPipeImp.syncSubmit(byte[] data)
          Synchonously submits this byte[] array to the UsbPipe.
 void UsbPipeImp.syncSubmit(java.util.List list)
          Synchronous submission using a List of UsbIrps.
 void UsbDeviceImp.syncSubmit(java.util.List list)
          Submit a List of UsbControlIrps synchronously to the Default Control Pipe.
 void UsbDeviceImp.syncSubmit(UsbControlIrp irp)
          Submit a UsbControlIrp synchronously to the Default Control Pipe.
 void UsbPipeImp.syncSubmit(UsbIrp usbIrp)
          Synchronous submission using a UsbIrp.
 

Uses of UsbDisconnectedException in javax.usb
 

Methods in javax.usb that throw UsbDisconnectedException
 void UsbPipe.abortAllSubmissions()
          Stop all submissions in progress.
 UsbIrp UsbPipe.asyncSubmit(byte[] data)
          Asynchonously submit a byte[] to the UsbPipe.
 void UsbPipe.asyncSubmit(java.util.List list)
          Asynchonously submit a List of UsbIrps to the UsbPipe.
 void UsbDevice.asyncSubmit(java.util.List list)
          Submit a List of UsbControlIrps asynchronously to the Default Control Pipe.
 void UsbDevice.asyncSubmit(UsbControlIrp irp)
          Submit a UsbControlIrp asynchronously to the Default Control Pipe.
 void UsbPipe.asyncSubmit(UsbIrp irp)
          Asynchonously submit a UsbIrp to the UsbPipe.
 void UsbInterface.claim()
          Claim this interface.
 void UsbInterface.claim(UsbInterfacePolicy policy)
          Claim this interface using a UsbInterfacePolicy.
 void UsbPipe.close()
          Close this UsbPipe.
 java.lang.String UsbConfiguration.getConfigurationString()
          Get the configuration String.
 java.lang.String UsbInterface.getInterfaceString()
          Get the interface String.
 java.lang.String UsbDevice.getManufacturerString()
          Get the manufacturer String.
 UsbPort UsbDevice.getParentUsbPort()
          Get the UsbPort on the parent UsbHub that this device is connected to.
 java.lang.String UsbDevice.getProductString()
          Get the product String.
 java.lang.String UsbDevice.getSerialNumberString()
          Get the serial number String.
 java.lang.String UsbDevice.getString(byte index)
          Get the String from the specified string descriptor.
 UsbStringDescriptor UsbDevice.getUsbStringDescriptor(byte index)
          Get the specified string descriptor.
 void UsbPipe.open()
          Open this UsbPipe.
 void UsbInterface.release()
          Release this interface.
 int UsbPipe.syncSubmit(byte[] data)
          Synchonously submit a byte[] to the UsbPipe.
 void UsbPipe.syncSubmit(java.util.List list)
          Synchonously submit a List of UsbIrps to the UsbPipe.
 void UsbDevice.syncSubmit(java.util.List list)
          Submit a List of UsbControlIrps synchronously to the Default Control Pipe.
 void UsbDevice.syncSubmit(UsbControlIrp irp)
          Submit a UsbControlIrp synchronously to the Default Control Pipe.
 void UsbPipe.syncSubmit(UsbIrp irp)
          Synchonously submit a UsbIrp to the UsbPipe.