usb.remote
Class RemoteHostFactory

java.lang.Object
  |
  +--usb.core.HostFactory
        |
        +--usb.remote.RemoteHostFactory

public final class RemoteHostFactory
extends HostFactory

Bootstrapping methods.


Constructor Summary
RemoteHostFactory()
          Not part of the API.
 
Method Summary
 Host createHost()
          Not part of the API.
static Host getHost()
          Returns a client side proxy for a USB Host.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteHostFactory

public RemoteHostFactory()
Not part of the API. This is part of the SPI for the reference implementation.

Method Detail

createHost

public Host createHost()
                throws java.io.IOException
Not part of the API. This is part of the SPI for the reference implementation.

Specified by:
createHost in class HostFactory
java.io.IOException

getHost

public static Host getHost()
                    throws java.io.IOException
Returns a client side proxy for a USB Host.

Throws:
java.io.IOException - When USB Host functions are not available.