org.minetti.astrodevice.server.usb
Class UsbModule

java.lang.Object
  extended by org.minetti.astrodevice.server.usb.UsbModule
All Implemented Interfaces:
BusModule, Module

public final class UsbModule
extends Object
implements BusModule

Device bus module used for detect connections and disconnections of USB devices.

Author:
Jean-Philippe MINETTI

Constructor Summary
UsbModule()
           
 
Method Summary
 String getName()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsbModule

public UsbModule()
Method Detail

getName

public String getName()
Specified by:
getName in interface Module

start

public void start()
           throws Exception
Specified by:
start in interface Module
Throws:
Exception

stop

public void stop()
          throws Exception
Specified by:
stop in interface Module
Throws:
Exception


Copyright © 2012 astroDevice. All Rights Reserved.