|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eurotech.framework.emulator.usb.UsbServiceImpl
public class UsbServiceImpl
| Constructor Summary | |
|---|---|
UsbServiceImpl()
|
|
| Method Summary | |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext componentContext)
|
protected void |
deactivate(org.osgi.service.component.ComponentContext componentContext)
|
List<UsbBlockDevice> |
getUsbBlockDevices()
Gets the USB block devices on the gateway |
List<? extends UsbDevice> |
getUsbDevices()
Gets the USB devices on the gateway |
List<UsbNetDevice> |
getUsbNetDevices()
Gets the USB network devices on the gateway |
UsbServices |
getUsbServices()
Gets the UsbServices currently available as specified by JSR-80 in the javax.usb |
List<UsbTtyDevice> |
getUsbTtyDevices()
Gets the USB TTY devices on the gateway |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UsbServiceImpl()
| Method Detail |
|---|
protected void activate(org.osgi.service.component.ComponentContext componentContext)
protected void deactivate(org.osgi.service.component.ComponentContext componentContext)
public UsbServices getUsbServices()
throws EsfException
UsbService
getUsbServices in interface UsbServiceEsfExceptionpublic List<? extends UsbDevice> getUsbDevices()
UsbService
getUsbDevices in interface UsbServicepublic List<UsbBlockDevice> getUsbBlockDevices()
UsbService
getUsbBlockDevices in interface UsbServicepublic List<UsbNetDevice> getUsbNetDevices()
UsbService
getUsbNetDevices in interface UsbServicepublic List<UsbTtyDevice> getUsbTtyDevices()
UsbService
getUsbTtyDevices in interface UsbService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||